mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42:34 +00:00
31 lines
353 B
Stylus
31 lines
353 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;
|
|
}
|
|
|
|
.content {
|
|
padding-top: 70px;
|
|
|
|
+mobile() {
|
|
padding-top: 35px;
|
|
}
|
|
}
|