diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-08-09 21:17:19 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-08-09 21:17:19 -0400 |
commit | 3f0eec9bb4afcb2215f91ee5161d02428cee3e80 (patch) | |
tree | 6b67a0425a7117690bdbd7da6c0aa095b029e367 | |
parent | 15e7bcacbe7519e008808fdb153ce6f7e182b0b0 (diff) | |
download | web-3f0eec9bb4afcb2215f91ee5161d02428cee3e80.tar.xz |
Some pages still have footer inside #content...
-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;} |