Add reveal to all elements in structure section
This commit is contained in:
parent
89545a5809
commit
3be430de65
|
@ -35,7 +35,7 @@
|
|||
</div>
|
||||
|
||||
<div class="structure__counter">
|
||||
{{ structure.counterText }}
|
||||
<div class="js-sr">{{ structure.counterText }}</div>
|
||||
</div>
|
||||
|
||||
{{> components/next-section-link
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
}
|
||||
|
||||
&__button {
|
||||
z-index: 10;
|
||||
margin-top: 10px;
|
||||
|
||||
@media #{$screen-sm} {
|
||||
|
|
Loading…
Reference in New Issue