Fix style and responsive issues

This commit is contained in:
2021-12-14 23:19:46 +01:00
parent 2f7082fd9d
commit ac03348349
10 changed files with 45 additions and 69 deletions

View File

@@ -69,12 +69,13 @@
// Location name
&__name {
display: block;
color: $color-secondary;
margin: 0 0 4px;
max-width: 304px;
margin: 0 0 0.3em;
font-size: rem(32px);
font-family: $font-serif;
font-weight: 300;
line-height: 1.2;
line-height: 1.1;
color: $color-secondary;
transition: color 0.75s var(--ease-quart);
@include bp (sm) {

View File

@@ -1,4 +1,6 @@
.shop-locationswitcher {
pointer-events: auto;
dt {
color: $color-primary;
font-weight: 400;