blob: af70929788734ca145f49346beed0fb464bb4916 (
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
}
}
|