mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-24 10:21:21 +00:00
fix typo
This commit is contained in:
parent
1966317e7b
commit
4cd7b91aa6
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue