Updated contact page to be more new-code.
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user