All checks were successful
continuous-integration/drone/push Build is passing
- One component used below Locations list and in the Pagination when all photos has been loaded - Keep the subscribe page with the column display
26 lines
420 B
SCSS
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;
|
|
}
|
|
}
|