2020-06-19 14:01:41 +08:00

33 lines
526 B
Stylus

// Header Section
// --------------------------------------------------
.headband {
background: $headband-bg;
height: $headband-height;
+tablet-mobile() {
display: none;
}
}
.header {
background: $head-bg;
}
.header-inner {
main-container();
}
.site-brand-container {
display: flex;
flex-shrink: 0;
padding: 0 10px;
}
@import 'site-meta';
@import 'site-nav';
@import 'menu';
@import 'bookmark' if (hexo-config('bookmark.enable'));
@import 'github-banner' if (hexo-config('github_banner.enable'));