Skip to content
Snippets Groups Projects
Commit ca20f1f7 authored by Stu Robson's avatar Stu Robson
Browse files

whitespace fixes

parent 848d8041
No related branches found
No related tags found
No related merge requests found
Pipeline #19282 passed with stage
in 3 minutes and 31 seconds
......@@ -19,9 +19,9 @@ $vf-masthead__title-text--color: set-color(vf-color-white);
}
.vf-masthead__inner {
max-width: 76.5em;
margin: 0 auto;
display: flex;
margin: 0 auto;
max-width: 76.5em;
width: 100%;
}
......@@ -94,11 +94,11 @@ $vf-masthead__title-text--color: set-color(vf-color-white);
display: inline-flex;
flex-direction: column-reverse;
grid-auto-columns: max-content;
width: 50vw;
height: 100%;
padding-left: 16px;
position: absolute;
transform: translateX(-50%);
width: 50vw;
}
}
.vf-masthead__subheading {
......@@ -111,9 +111,9 @@ $vf-masthead__title-text--color: set-color(vf-color-white);
grid-row: 2;
justify-content: flex-end;
margin-bottom: 12px;
z-index: 5150;
margin-left: auto;
max-width: 288px;
z-index: 5150;
}
.vf-masthead__form__item {
......
......@@ -22,9 +22,9 @@
margin: 0 -50vw;
position: absolute;
right: 50%;
top: 0;
width: 100vw;
z-index: -1;
top: 0;
}
.vf-navigation__heading {
......
......@@ -59,8 +59,8 @@
.vf-navigation__link {
@include inline-link(
$vf-link-color: set-color(vf-color-white),
$vf-link-hover-color: set-color(vf-color-white)
$vf-link-color: set-color(vf-color-white),
$vf-link-hover-color: set-color(vf-color-white)
);
text-decoration: none;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment