mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42:34 +00:00
15 lines
186 B
Stylus
15 lines
186 B
Stylus
.main-inner {
|
|
main-container();
|
|
|
|
+mobile() {
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
}
|
|
|
|
.header-inner, .main-inner, .footer-inner {
|
|
+mobile() {
|
|
width: auto;
|
|
}
|
|
}
|