mobile fix

This commit is contained in:
ntr
2019-12-29 14:40:10 +10:00
parent d6ab237166
commit 0044cccf67
2 changed files with 19 additions and 2 deletions
+10 -1
View File
@@ -169,7 +169,16 @@
grid-template-columns: 1fr;
grid-template-rows: 1fr;
grid-template-areas:
"main"
"main";
&.front-page {
display: block;
main {
padding: 0 0.5em;
}
}
}
section {