Fix Locations continents filters centering and sizing
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
|
||||
a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
|
||||
@include bp (sm) {
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
padding: 24px;
|
||||
@@ -55,11 +55,12 @@
|
||||
&__flag {
|
||||
img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
margin: 2px auto 0;
|
||||
border-radius: 100%;
|
||||
margin-right: 24px;
|
||||
|
||||
@include bp (sm) {
|
||||
margin-top: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
@@ -78,6 +79,9 @@
|
||||
|
||||
@include bp (sm) {
|
||||
margin: 20px 0 8px;
|
||||
font-size: rem(40px);
|
||||
}
|
||||
@include bp (sd) {
|
||||
font-size: rem(48px);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user