Create Location and Locations sections

This commit is contained in:
2021-09-27 23:55:16 +02:00
parent bd89e28e15
commit 1883d5781f
6 changed files with 58 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
.browse {
&__description {
text-align: center;
}
&__locations {
display: flex;
flex-flow: row wrap;
justify-content: center;
max-width: 1200px;
margin: 128px auto 80px;
justify-items: center;
.location {
margin: 0 40px 80px;
}
}
}