Fix layout

This commit is contained in:
T
2025-09-23 18:38:16 +02:00
parent eef00e56d5
commit 0532a29851

View File

@@ -98,7 +98,7 @@
.footer-heading {
font-size: 18px;
margin-bottom: calc($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: calc(-1 * $spacing-unit / 2);
margin-left: calc(-1 * #{$spacing-unit} / 2);
@extend %clearfix;
}
.footer-col {
float: left;
margin-bottom: calc($spacing-unit / 2);
padding-left: calc($spacing-unit / 2);
margin-bottom: calc(#{$spacing-unit} / 2);
padding-left: calc(#{$spacing-unit} / 2);
}
.footer-col-1 {