Testing some designs
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user