Skip to content

Commit cf7ac0a

Browse files
ostafinskimjean-gui
authored andcommitted
feat: update logo styles and adjust global navigation padding
1 parent dce6a6a commit cf7ac0a

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

assets-src/styles/sass/50-core-components/_logo.scss

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@
33
\*------------------------------------*/
44

55
.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);
159
}
1610

1711
.logo--member {

assets-src/styles/sass/50-core-components/_navigation.scss

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,15 @@
88

99
#global-nav {
1010
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);
1813
}
1914

2015
.global-nav__inner {
2116
align-items: center;
2217
display: flex;
2318
flex-wrap: wrap;
19+
gap: rem(60);
2420

2521
@include mq($max-width) {
2622
flex-wrap: nowrap;
@@ -110,7 +106,7 @@ li.top-nav-item + li.top-nav-item {
110106

111107
&::before {
112108
background-color: $w3c-blue;
113-
bottom: 0;
109+
bottom: rem(-3);
114110
content:'';
115111
display: none;
116112
height: rem(3);

0 commit comments

Comments
 (0)