mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
29 lines
453 B
Stylus
29 lines
453 B
Stylus
.main-inner {
|
|
main-container();
|
|
|
|
+mobile() {
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
}
|
|
|
|
.header-inner, .main-inner, .footer-inner {
|
|
+mobile() {
|
|
width: auto;
|
|
}
|
|
}
|
|
|
|
// Page - Container
|
|
// --------------------------------------------------
|
|
.main-inner {
|
|
padding-bottom: $content-padding-bottom;
|
|
}
|
|
|
|
.post-block:first-of-type {
|
|
padding-top: $posts-first-padding;
|
|
|
|
+mobile() {
|
|
padding-top: $posts-first-padding-mobile;
|
|
}
|
|
}
|