2026-08-20 11:12:58 +08:00

32 lines
399 B
Stylus

.column {
width: $sidebar-width-dual-column;
+tablet-mobile() {
width: auto;
}
}
.site-brand-container {
background: var(--theme-color);
.site-nav-on & {
+tablet-mobile() {
box-shadow: 0 0 16px rgba(0, 0, 0, .5);
}
}
}
.site-meta {
padding: 20px 0;
}
.site-nav-toggle, .site-nav-search {
+tablet() {
flex-column();
}
.toggle {
color: white;
}
}