diff options
Diffstat (limited to 'assets/scss/_fuji-style/_header.scss')
-rw-r--r-- | assets/scss/_fuji-style/_header.scss | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/assets/scss/_fuji-style/_header.scss b/assets/scss/_fuji-style/_header.scss index c99828b..af70929 100644 --- a/assets/scss/_fuji-style/_header.scss +++ b/assets/scss/_fuji-style/_header.scss @@ -1,25 +1,25 @@ header { - .header { - padding: 1.75rem 1.5rem 2rem 1.5rem; - } - - .title-main { - font-size: 2.5rem; - font-family: $title-font; - font-weight: 700; - white-space: nowrap; - } + .header { + padding: 1.75rem 1.5rem 2rem 1.5rem; + } - .title-sub { - margin: 0 0.1rem; - display: block; - white-space: nowrap; + .title-main { + font-size: 2.5rem; + font-family: $title-font; + font-weight: 700; + white-space: nowrap; + } - &::-webkit-scrollbar { - display: none; // WebKit - } + .title-sub { + margin: 0 0.1rem; + display: block; + white-space: nowrap; - scrollbar-width: none; // Firefox - -ms-overflow-style: none; // Microsoft + &::-webkit-scrollbar { + display: none; // WebKit } + + scrollbar-width: none; // Firefox + -ms-overflow-style: none; // Microsoft + } } |