Revert and fix location page styling (woops)
Forgot that one! 🫢
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user