Update quote page spacing
This commit is contained in:
parent
a71f5562dc
commit
b8c17ca75f
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@
|
|||
</ul>
|
||||
<!-- End of body text parsing -->
|
||||
<div
|
||||
class="package-footer fw-bold caption ms-n6"
|
||||
class="package-footer fw-bold caption ms-n6 mt-4"
|
||||
v-if="this.buttonFooterCopy"
|
||||
v-html="this.buttonFooterCopy"></div>
|
||||
</div>
|
||||
|
|
@ -138,7 +138,7 @@ export default {
|
|||
<style lang="scss">
|
||||
.package-main {
|
||||
.package-wrapper {
|
||||
margin: 0.5rem 0;
|
||||
margin: 1rem 0;
|
||||
@include media-breakpoint-up(md) {
|
||||
margin: 1rem 0.5rem;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in a new issue