Skip to content

Commit

Permalink
COURTS-265: update masthead container to grancius changes (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
melwong-jcc authored Nov 14, 2024
1 parent ae904ac commit 4432bb8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/_patterns/03-organisms/global/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ $_hat: map-get($_config, hat);

svg {
height: 1.7rem;
@include at-media(mobile-lg) {
@include at-media(tablet) {
@include u-height(6);
}
@include u-width(auto);
Expand All @@ -799,14 +799,14 @@ $_hat: map-get($_config, hat);
}

.jcc-header__body {
@include u-position(absolute);
@include u-left(0);
@include u-right(0);
@include u-maxh(9);
@include u-margin-x(auto);
@include u-padding-x(4);
@include u-padding-x(2);
@include at-media(desktop) {
@include u-width(widescreen);
@include u-position(absolute);
@include u-left(0);
@include u-right(0);
@include u-padding-x(4);
}

iframe {
Expand Down

0 comments on commit 4432bb8

Please sign in to comment.