Updated contact page to be more new-code.

This commit is contained in:
2018-10-31 21:32:30 +11:00
parent 5b4be02593
commit 23c003519a
8 changed files with 152 additions and 116 deletions

View File

@ -13,6 +13,10 @@
.c-page {
flex-grow: 1;
&.has-background {
position: relative;
}
&__boundary {
max-width: $s-screen-boundary;
margin: 0 auto;
@ -26,4 +30,12 @@
max-width: $s-screen-boundary / 2;
}
}
&__background {
position: absolute;
z-index: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
}