]> git.p6c8.net - pcdenotes.git/commitdiff
Adjusted margin for mobile layout footer
authorPatrick Canterino <patrick@patrick-canterino.de>
Mon, 14 Feb 2022 20:18:39 +0000 (21:18 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Mon, 14 Feb 2022 20:18:39 +0000 (21:18 +0100)
notes/static/notes/style.css

index 9ccdaf9b2a9193910135e137e7da6dd8ed9d4fd7..d34e9d307808b1e2f247f4f5da9c37c5e5b79997 100644 (file)
@@ -75,6 +75,10 @@ footer a img {
 
 /* Small screens */
 @media screen and (max-width: 600px) {
+    footer div#footer-middle {
+        margin-top: 1em;
+    }
+
     footer #copyright {
         margin-top: 2em;
     }

patrick-canterino.de