This commit is contained in:
a 2022-12-11 17:47:16 -06:00
parent 1966317e7b
commit 4cd7b91aa6
1 changed files with 2 additions and 2 deletions

View File

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