Add reveal to all elements in project section
This commit is contained in:
parent
ef4eb132d4
commit
89545a5809
|
@ -42,7 +42,9 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="project__counter">{{ project.counterText }}</div>
|
||||
<div class="project__counter">
|
||||
<div class="js-sr">{{ project.counterText }}</div>
|
||||
</div>
|
||||
|
||||
{{> components/next-section-link
|
||||
class="project__link"
|
||||
|
|
Loading…
Reference in New Issue