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