more root to breathe above mobile sizes

This commit is contained in:
a 2022-12-11 17:45:43 -06:00
parent 7d2f77c38c
commit 1966317e7b
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
/* [responsive] more room to breathe above mobile sizes */
@media (min-width: 30rem) {{
.container {
padding: 0 2em;
}
}}
/* [responsive] re-show the navigation menu as a sidebar */
@media (min-width: 60rem) {