Revert and fix location page styling (woops)

Forgot that one! 🫢
This commit is contained in:
2022-06-23 20:08:10 +02:00
parent c66fe85879
commit dc4eaca312
3 changed files with 204 additions and 215 deletions

View File

@@ -53,20 +53,7 @@
// More button
:global(.more) {
color: $color-secondary !important;
}
// Message
:global(.message) {
padding: clamp(96px, 24vw, 360px) 0 clamp(96px, 16vw, 280px);
text-align: center;
color: $color-text;
font-size: rem(24px);
font-weight: 200;
line-height: 1.4;
@include bp (sm) {
font-size: rem(28px);
}
color: $color-secondary;
font-weight: 500;
}
}