mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
31 lines
370 B
Stylus
31 lines
370 B
Stylus
.custom-logo-image {
|
|
background: white;
|
|
margin: 0 auto 10px;
|
|
max-width: 150px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.brand {
|
|
background: var(--btn-default-bg);
|
|
}
|
|
|
|
.header-inner {
|
|
padding-top: 100px;
|
|
|
|
+mobile() {
|
|
padding-top: 50px;
|
|
}
|
|
}
|
|
|
|
.main-inner {
|
|
padding-bottom: 60px;
|
|
}
|
|
|
|
.post-block:first-of-type {
|
|
padding-top: 70px;
|
|
|
|
+mobile() {
|
|
padding-top: 35px;
|
|
}
|
|
}
|