Add shop and newsletter subscribe to photos page
This commit is contained in:
@@ -91,6 +91,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="grid-modules">
|
||||||
|
<div class="wrap">
|
||||||
|
<Shop />
|
||||||
|
<Newsletter />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@@ -267,4 +267,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Modules
|
||||||
|
.grid-modules {
|
||||||
|
grid-column: 1 / span var(--columns);
|
||||||
|
margin-bottom: 0;
|
||||||
|
|
||||||
|
@include bp (sm) {
|
||||||
|
grid-column: 2 / span 22;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user