Testing some designs

This commit is contained in:
2018-06-05 08:17:56 +10:00
parent 6b37f73935
commit 3968075394
20 changed files with 1730 additions and 61 deletions

View File

@ -9,6 +9,7 @@
* 1.0.0 - 2018/05/05
*/
.c-page {
padding-bottom: 5em;
&__boundary {
max-width: $s-screen-boundary;
@ -18,5 +19,9 @@
position: relative;
height: 100%;
}
&.is-small {
max-width: $s-screen-boundary / 2;
}
}
}