Create Location and Locations sections
This commit is contained in:
19
src/style/organisms/_locations.scss
Normal file
19
src/style/organisms/_locations.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user