1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 14:27:06 +01:00

Layout changes and typo fixes

This commit is contained in:
Guido Cossu
2018-03-23 10:32:57 +00:00
parent 56d1308477
commit 2223cf0f4b
5 changed files with 22 additions and 13 deletions

View File

@ -14,7 +14,10 @@
&__inner-wrap {
@include container;
@include clearfix;
padding: 1em 1em 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-left: 1em;
padding-right: 1em;
font-family: $sans-serif-narrow;
@include breakpoint($x-large) {

View File

@ -117,7 +117,7 @@
&--overlay {
position: relative;
margin-bottom: 2em;
padding: 3em 0;
padding: 2em 0;
@include clearfix;
background-size: cover;
background-repeat: no-repeat;