File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed
assets-src/styles/sass/50-core-components Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 3
3
\*------------------------------------*/
4
4
5
5
.logo {
6
- display : block ;
7
- position : relative ;
8
- width : rem (115 );
9
- height : rem (115 );
10
- > img {
11
- display : block ;
12
- width : 100% ;
13
- }
14
-
6
+ display : block ;
7
+ position : relative ;
8
+ width : clamp (3.75rem , 2.51rem + 6.198vw , 7.5rem );
15
9
}
16
10
17
11
.logo--member {
Original file line number Diff line number Diff line change 8
8
9
9
#global-nav {
10
10
display : block ;
11
- padding-bottom : rem (18 );
12
- padding-top : rem (18 );
13
-
14
- @include mq ($max-width ) {
15
- padding-bottom : 0 ;
16
- padding-top : 0 ;
17
- }
11
+ padding-bottom : rem (60 );
12
+ padding-top : rem (60 );
18
13
}
19
14
20
15
.global-nav__inner {
21
16
align-items : center ;
22
17
display : flex ;
23
18
flex-wrap : wrap ;
19
+ gap : rem (60 );
24
20
25
21
@include mq ($max-width ) {
26
22
flex-wrap : nowrap ;
@@ -110,7 +106,7 @@ li.top-nav-item + li.top-nav-item {
110
106
111
107
& ::before {
112
108
background-color : $w3c-blue ;
113
- bottom : 0 ;
109
+ bottom : rem ( -3 ) ;
114
110
content :' ' ;
115
111
display : none ;
116
112
height : rem (3 );
You can’t perform that action at this time.
0 commit comments