// 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'));