Set counter properly in get involved section
This commit is contained in:
parent
f9b72acd20
commit
33a0a32e4f
|
@ -34,17 +34,17 @@
|
|||
<li class="get-involved__list-item">{{ listItem }}</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
<div class="get-involved__counter">
|
||||
{{ getInvolved.counterText }}
|
||||
</div>
|
||||
|
||||
{{> components/next-section-link
|
||||
class="get-involved__link"
|
||||
name=getInvolved.nextSectionLink
|
||||
}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="get-involved__counter">
|
||||
{{ getInvolved.counterText }}
|
||||
</div>
|
||||
|
||||
{{> components/next-section-link
|
||||
class="get-involved__link"
|
||||
name=getInvolved.nextSectionLink
|
||||
}}
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -94,6 +94,22 @@
|
|||
|
||||
&__counter {
|
||||
font-size: 24px;
|
||||
|
||||
@media #{$screen-md} {
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
left: 700px;
|
||||
}
|
||||
|
||||
@media #{$screen-lg} {
|
||||
position: absolute;
|
||||
top: 46px;
|
||||
left: 800px;
|
||||
}
|
||||
}
|
||||
|
||||
&__link {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
&__content,
|
||||
|
|
Loading…
Reference in New Issue