Harmonize spacing
This commit is contained in:
parent
0b7f243aeb
commit
1bce5a55e8
2 changed files with 8 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
.page__footer {
|
||||
@include container;
|
||||
@include clearfix;
|
||||
clear: both;
|
||||
margin-top: 3em;
|
||||
padding-bottom: 3em;
|
||||
|
||||
a {
|
||||
|
@ -45,6 +45,9 @@
|
|||
|
||||
li {
|
||||
display: inline-block;
|
||||
font-family: $sans-serif-narrow;
|
||||
font-size: 16px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
li + li:before {
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
@include grid(12,10);
|
||||
@include prefix(12,1);
|
||||
@include suffix(12,1);
|
||||
margin-bottom: 2em;
|
||||
|
||||
@include breakpoint($small) {
|
||||
@include grid(12,8);
|
||||
|
@ -97,7 +96,7 @@
|
|||
========================================================================== */
|
||||
|
||||
.page__share {
|
||||
margin-top: 1em;
|
||||
margin-top: 2em;
|
||||
padding-top: 1em;
|
||||
border-top: 1px solid $border-color;
|
||||
}
|
||||
|
@ -143,7 +142,9 @@
|
|||
@include grid(12,10);
|
||||
@include prefix(12,1);
|
||||
@include suffix(12,1);
|
||||
margin-bottom: 2em;
|
||||
margin-top: 2em;
|
||||
padding-top: 1em;
|
||||
border-top: 1px solid $border-color;
|
||||
@include breakpoint($small) {
|
||||
@include grid(12,6);
|
||||
@include prefix(12,3);
|
||||
|
|
Loading…
Reference in a new issue