Skip to content

Commit a9a775c

Browse files
ostafinskimjean-gui
authored andcommitted
feat: update logo and global navigation styles
1 parent 1754a02 commit a9a775c

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@
55
.logo {
66
display: block;
77
position: relative;
8-
max-width: rem(80);
9-
8+
width: rem(115);
9+
height: rem(115);
1010
> img {
1111
display: block;
1212
width: 100%;
1313
}
1414

15-
@include mq($bp-lap){
16-
max-width: rem(115);
17-
}
18-
1915
}
2016

2117
.logo--member {

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
@include mq($max-width) {
1515
padding-bottom: 0;
16-
padding-top: rem(20);
16+
padding-top: 0;
1717
}
1818
}
1919

@@ -106,8 +106,6 @@ li.top-nav-item + li.top-nav-item {
106106
}
107107

108108
@include mq($max-width) {
109-
margin-inline-end: rem(25);
110-
padding-bottom: rem(5);
111109
position: relative;
112110

113111
&::before {

0 commit comments

Comments
 (0)