Add Shop module at end of Location page
With linked poster if existing, otherwise with all products
This commit is contained in:
@@ -212,25 +212,29 @@
|
||||
|
||||
// Next photos section
|
||||
&__next {
|
||||
margin-top: 135px;
|
||||
padding: 72px 0 56px;
|
||||
background-color: $color-tertiary;
|
||||
text-align: center;
|
||||
margin-top: 136px;
|
||||
padding: 72px 0 40px;
|
||||
background: $color-tertiary;
|
||||
|
||||
@include bp (sm) {
|
||||
margin-top: calc(-1 * clamp(64px, 8vw, 120px));
|
||||
padding-top: 240px;
|
||||
padding-bottom: 104px;
|
||||
padding-bottom: 72px;
|
||||
}
|
||||
|
||||
// Pagination
|
||||
:global(.pagination) {
|
||||
margin-bottom: 72px;
|
||||
text-align: center;
|
||||
|
||||
@include bp (sm) {
|
||||
margin-bottom: 104px;
|
||||
}
|
||||
}
|
||||
|
||||
// Newsletter block
|
||||
:global(.newsletter) {
|
||||
max-width: 600px;
|
||||
margin: 56px auto 0;
|
||||
|
||||
@include bp (sm) {
|
||||
margin-top: 72px;
|
||||
}
|
||||
.grid-modules {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user