]> git.0d.be Git - chloro.git/blobdiff - chloro/rdio/static/css/style.scss
rdio: also display toc on mobile
[chloro.git] / chloro / rdio / static / css / style.scss
index fb50c913c97d94c1d86636e5320835d808255dab..9bef07ddd3fe2acb231bf1b1a53907f36700ae72 100644 (file)
@@ -368,6 +368,10 @@ article h2:hover {
 
 @media screen and (max-width: 80em) {
        #toc {
-               display: none;
+               background: #eee;
+               float: none;
+               margin: 0;
+               width: auto;
+               position: static;
        }
 }