Skip to content

Commit

Permalink
fix: no size mq for header logotype (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin authored Jan 29, 2025
1 parent 118c0a4 commit 130119d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions source/sass/component/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,6 @@ $c-header-logotype-height: calc(var(--c-header-logotype-height, 6) * #{$base}) !
// Logo
&__logotype {
height: $c-header-logotype-height;

@include mq('xs') {
height: clamp(calc(#{$base} * 3), calc($c-header-logotype-height * 0.65), $c-header-logotype-height);
}

@include mq('md') {
height: clamp(calc(#{$base} * 3), calc($c-header-logotype-height * 0.75), $c-header-logotype-height);
}

@include mq('lg') {
height: $c-header-logotype-height;
}
}
}

Expand Down

0 comments on commit 130119d

Please sign in to comment.