2026-08-20 14:10:46 +08:00

29 lines
402 B
Stylus

// Header Section
// --------------------------------------------------
.headband {
background: $headband-bg;
height: $headband-height;
+tablet-mobile() {
display: none;
}
}
.site-brand-container {
display: flex;
flex-shrink: 0;
}
.use-motion {
.column {
opacity: 0;
}
}
@import 'site-meta';
@import 'site-nav';
@import 'menu';
@import 'bookmark';
@import 'github-banner';