mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42:34 +00:00
31 lines
339 B
Stylus
31 lines
339 B
Stylus
.header-inner, .main-inner, .footer-inner {
|
|
+mobile() {
|
|
width: auto;
|
|
}
|
|
}
|
|
|
|
.header-inner {
|
|
padding-top: 100px;
|
|
|
|
+mobile() {
|
|
padding-top: 50px;
|
|
}
|
|
}
|
|
|
|
.main-inner {
|
|
padding-bottom: 60px;
|
|
}
|
|
|
|
.content {
|
|
padding-top: 70px;
|
|
|
|
+mobile() {
|
|
padding-top: 35px;
|
|
}
|
|
}
|
|
|
|
embed {
|
|
display: block;
|
|
margin: 0 auto 25px auto;
|
|
}
|