Reduce top padding
This commit is contained in:
parent
27041f77fb
commit
130fe08224
@ -1,5 +1,5 @@
|
|||||||
{% macro StickyCTA(text) -%}
|
{% macro StickyCTA(text) -%}
|
||||||
<div class="sticky-cta" v-sticky="{ zIndex: 1, stickyTop: 10 }">
|
<div class="sticky-cta" v-sticky="{ stickyTop: 2 }">
|
||||||
<div class="sticky-cta-container">
|
<div class="sticky-cta-container">
|
||||||
<div class="sticky-cta-text">
|
<div class="sticky-cta-text">
|
||||||
<h3>{{ text }}</h3>
|
<h3>{{ text }}</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user