Edit browse locations section

Create badge atom,
This commit is contained in:
2021-09-28 12:57:13 +02:00
parent 1883d5781f
commit 15461588ec
7 changed files with 63 additions and 3 deletions

View File

@@ -1,7 +1,16 @@
.location {
text-align: center;
& > * {
display: flex;
flex-direction: column;
justify-content: center;
}
// Flag
img {
display: block;
margin: 0 auto;
border-radius: 100%;
}
// Link
@@ -17,7 +26,8 @@
font-weight: 300;
line-height: 1.2;
}
span {
&__country {
color: $color-tertiary;
}
}