Housekeeping

This commit is contained in:
T
2025-03-23 19:07:50 +01:00
parent e3271b283f
commit 0bb465406f
6 changed files with 11 additions and 12 deletions

View File

@ -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 {