diff --git a/examples/demo.css b/examples/demo.css index 77f7e40a..74bcd616 100644 --- a/examples/demo.css +++ b/examples/demo.css @@ -452,7 +452,16 @@ h1, h2, .section h3 { transform: rotate(100deg) scale3d(0.97, 0.99, 0.96); cursor: pointer; } - +.sort-options{ + width: auto; + height: 2em; + text-align: center; + cursor: pointer; +} +.side-display{ + display: flex; + justify-content: space-between; +} /* MEDIA QUERIES */ diff --git a/index.html b/index.html index ed87533a..9249edba 100644 --- a/index.html +++ b/index.html @@ -256,7 +256,7 @@
Below is the list of active contributors,