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,9 +1,21 @@
.browse {
// Description
&__description {
text-align: center;
margin-bottom: 56px;
}
// Continents
&__continents {
text-align: center;
button {
margin: 0 8px;
}
}
// Locations
&__locations {
display: flex;
flex-flow: row wrap;