diff options
-rw-r--r-- | panel.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -78,6 +78,10 @@ div.footer{ left:1em; width:calc(100% - 1em); } +#content.expanded > div.footer{ + left:1em; + width:calc(100% - 1em); +} @media (max-width:768px) { #panel{left:-15em;} |