Files
housesof/src/style/layouts/_explore.scss
Félix Péault 720ca69902
All checks were successful
continuous-integration/drone/push Build is passing
Add a newsletter subscription form below locations
- One component used below Locations list and in the Pagination when all photos has been loaded
- Keep the subscribe page with the column display
2020-05-06 23:06:26 +02:00

26 lines
420 B
SCSS

.explore {
// Description
&__description {
position: relative;
z-index: 3;
max-width: 312px;
margin: 0 auto 72px;
@include breakpoint (sm) {
max-width: 472px;
margin-bottom: 120px;
}
}
// Globe
// .globe {
// }
// Browse
.browse {
position: relative;
z-index: 3;
margin-top: 72px;
}
}