1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-13 19:55:26 -04:00

more preparation for styled components

This commit is contained in:
2022-01-19 11:00:28 -05:00
parent caac9b905a
commit 171bdd65b6
15 changed files with 60 additions and 271 deletions
+1 -10
View File
@@ -40,16 +40,7 @@
@media screen and (max-width: 768px) {
.footer {
padding: 1em 1.25em 0;
/*
* Safari iOS menu bar reappears below 44px:
* https://www.eventbrite.com/engineering/mobile-safari-why/
*/
padding-bottom: 45px !important;
/* Allows you to scroll below the viewport; default value is visible */
overflow-y: scroll;
padding: 1em 1.25em;
}
/* stack columns on left instead of flexboxing across */