Add reveal to all elements in structure section

This commit is contained in:
Maciej Matuszewski 2018-01-22 19:35:30 +01:00
parent 89545a5809
commit 3be430de65
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@
</div> </div>
<div class="structure__counter"> <div class="structure__counter">
{{ structure.counterText }} <div class="js-sr">{{ structure.counterText }}</div>
</div> </div>
{{> components/next-section-link {{> components/next-section-link

View File

@ -72,6 +72,7 @@
} }
&__button { &__button {
z-index: 10;
margin-top: 10px; margin-top: 10px;
@media #{$screen-sm} { @media #{$screen-sm} {