summaryrefslogtreecommitdiffstats
path: root/assets/scss/_fuji-style/_header.scss
blob: c99828bba436de2fb0f0a2602e101628a06c59b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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;
    }

    .title-sub {
        margin: 0 0.1rem;
        display: block;
        white-space: nowrap;

        &::-webkit-scrollbar {
            display: none; // WebKit
        }

        scrollbar-width: none; // Firefox
        -ms-overflow-style: none; // Microsoft
    }
}