Update locations style
This commit is contained in:
@@ -49,15 +49,25 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Flag
|
// Flag
|
||||||
:global(.flag img) {
|
:global(.flag) {
|
||||||
display: block;
|
overflow: hidden;
|
||||||
margin: 2px 24px 0 auto;
|
width: 32px;
|
||||||
border-radius: 100% !important;
|
height: 32px;
|
||||||
transform: translateZ(0);
|
flex-shrink: 0;
|
||||||
|
margin: 2px 24px 0 0;
|
||||||
|
border-radius: 100%;
|
||||||
|
|
||||||
@include bp (sm) {
|
@include bp (sm) {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-right: 0;
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(img) {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
transform: translateZ(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -65,7 +75,7 @@
|
|||||||
&__name {
|
&__name {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 304px;
|
max-width: 304px;
|
||||||
margin: 0 0 0.3em;
|
margin: 0 0 0.2em;
|
||||||
font-size: rem(32px);
|
font-size: rem(32px);
|
||||||
font-family: $font-serif;
|
font-family: $font-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|||||||
@@ -71,8 +71,7 @@
|
|||||||
|
|
||||||
// Locations
|
// Locations
|
||||||
&__locations {
|
&__locations {
|
||||||
width: 70%;
|
width: 75%;
|
||||||
max-width: 1200px;
|
|
||||||
margin: 88px auto 0;
|
margin: 88px auto 0;
|
||||||
padding: 0 32px;
|
padding: 0 32px;
|
||||||
|
|
||||||
@@ -88,6 +87,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 1200px;
|
||||||
margin-top: 104px;
|
margin-top: 104px;
|
||||||
}
|
}
|
||||||
@include bp (sd) {
|
@include bp (sd) {
|
||||||
|
|||||||
Reference in New Issue
Block a user