2020-08-08 19:46:36 +08:00

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;
}
}