Fix Location page description buttons font-size

This commit is contained in:
2021-11-11 00:01:11 +01:00
parent f7af2aa8f3
commit 57fa3304f0

View File

@@ -140,11 +140,9 @@
.button { .button {
margin-right: 16px; margin-right: 16px;
margin-bottom: 16px; margin-bottom: 16px;
font-size: rem(16px);
@include bp (sm) { @include bp (sm) {
margin-bottom: 0; margin-bottom: 0;
font-size: rem(18px);
} }
} }
} }