Fix layout
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
|
|
||||||
.footer-heading {
|
.footer-heading {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
margin-bottom: calc($spacing-unit / 2);
|
margin-bottom: calc(#{$spacing-unit} / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-list,
|
.contact-list,
|
||||||
@@ -110,14 +110,14 @@
|
|||||||
.footer-col-wrapper {
|
.footer-col-wrapper {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: $grey-color;
|
color: $grey-color;
|
||||||
margin-left: calc(-1 * $spacing-unit / 2);
|
margin-left: calc(-1 * #{$spacing-unit} / 2);
|
||||||
@extend %clearfix;
|
@extend %clearfix;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-col {
|
.footer-col {
|
||||||
float: left;
|
float: left;
|
||||||
margin-bottom: calc($spacing-unit / 2);
|
margin-bottom: calc(#{$spacing-unit} / 2);
|
||||||
padding-left: calc($spacing-unit / 2);
|
padding-left: calc(#{$spacing-unit} / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-col-1 {
|
.footer-col-1 {
|
||||||
|
Reference in New Issue
Block a user