You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
428 B
24 lines
428 B
3 years ago
|
.app-header {
|
||
|
border-bottom: govuk-spacing(2) solid $govuk-brand-colour;
|
||
|
|
||
|
.govuk-header__logo {
|
||
|
@include govuk-media-query($from: desktop) {
|
||
|
width: 60%;
|
||
|
}
|
||
|
|
||
|
@include govuk-media-query($from: 860px) {
|
||
|
width: 75%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.govuk-header__content {
|
||
|
@include govuk-media-query($from: desktop) {
|
||
|
width: 40%;
|
||
|
}
|
||
|
|
||
|
@include govuk-media-query($from: 860px) {
|
||
|
width: 25%;
|
||
|
}
|
||
|
}
|
||
|
}
|