mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 15:31:21 +00:00
more root to breathe above mobile sizes
This commit is contained in:
parent
7d2f77c38c
commit
1966317e7b
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue