Skip to content

Commit

Permalink
Merge pull request #1287 from DFE-Digital/ER-992-layout-fixes
Browse files Browse the repository at this point in the history
ER-992 Multiple layout fixes
  • Loading branch information
David-Feetenby authored Aug 28, 2024
2 parents 94e4bad + 72e89c9 commit 82f50a8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 11 additions & 1 deletion app/assets/stylesheets/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ header #service-name {
}
}

.dfe-header__menu {
float: right;
}

.dfe-header__logo {
order: 1;
}
Expand All @@ -74,7 +78,7 @@ header #service-name {
order: 3;
}

.govuk-notification-banner__content > * {
.govuk-notification-banner__content>* {
max-width: 44em;
}
}
Expand Down Expand Up @@ -103,3 +107,9 @@ header #service-name {
}
}
}

@media (max-width: 61.875em) {
.dfe-header__navigation-item.dfe-header__navigation-item--current a {
color: govuk-colour('black');
}
}
4 changes: 4 additions & 0 deletions app/assets/stylesheets/video.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ iframe {
padding: govuk-spacing(7);
background: govuk-colour('light-grey');

@include govuk-media-query($until: tablet) {
padding: govuk-spacing(4) govuk-spacing(3)
}

.govuk-details__text {
background: govuk-colour('white');
}
Expand Down

0 comments on commit 82f50a8

Please sign in to comment.