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