File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- node : [ '14 ', '16 ' ]
13
+ node : [ '18 ', '22 ' ]
14
14
steps :
15
15
- uses : actions/checkout@v3
16
16
- name : Setup node
Original file line number Diff line number Diff line change 4
4
font-family : $font-family-sans-serif ;
5
5
}
6
6
7
+ .header__container {
8
+ background : var (--header-bg );
9
+ }
10
+
7
11
.header__inside {
8
12
align-items : center ;
9
13
display : flex ;
10
14
justify-content : space-between ;
11
15
max-width : $nav-max-width ;
12
16
margin : 0 auto ;
13
- padding : 3.5rem 1rem 1.5rem ;
14
-
15
- @media #{$breakpoint-large } {
16
- padding : 3rem 1rem ;
17
- }
17
+ padding : 1.5rem 1rem ;
18
18
}
19
19
20
20
.header__logo--img ,
21
21
.header__logo--svg {
22
22
display : inline-block ;
23
23
width : auto ;
24
- max-width : 100 px ;
24
+ max-width : 200 px ;
25
25
height : auto ;
26
- max-height : 1.5 rem ;
26
+ max-height : 70 px ;
27
27
margin-bottom : -1px ;
28
28
margin-right : 2px ;
29
29
30
30
@media #{$breakpoint-medium } {
31
- max-width : 150 px ;
31
+ max-width : 240 px ;
32
32
}
33
33
34
34
@media #{$breakpoint-large } {
35
- max-width : 200px ;
36
- max-height : 30px ;
35
+ max-width : 280px ;
37
36
}
38
37
}
39
38
You can’t perform that action at this time.
0 commit comments