Fix style and responsive issues
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
.shop-locationswitcher {
|
||||
pointer-events: auto;
|
||||
|
||||
dt {
|
||||
color: $color-primary;
|
||||
font-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user