We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85532f commit 73c6cf9Copy full SHA for 73c6cf9
assets-src/styles/sass/50-core-components/_logo.scss
@@ -5,17 +5,13 @@
5
.logo {
6
display: block;
7
position: relative;
8
- max-width: rem(80);
9
-
+ width: rem(115);
+ height: rem(115);
10
> img {
11
12
width: 100%;
13
}
14
15
- @include mq($bp-lap){
16
- max-width: rem(115);
17
- }
18
19
20
21
.logo--member {
assets-src/styles/sass/50-core-components/_navigation.scss
@@ -13,7 +13,7 @@
@include mq($max-width) {
padding-bottom: 0;
- padding-top: rem(20);
+ padding-top: 0;
@@ -106,8 +106,6 @@ li.top-nav-item + li.top-nav-item {
106
107
108
109
- margin-inline-end: rem(25);
110
- padding-bottom: rem(5);
111
112
113
&::before {
0 commit comments