mirror of
https://github.com/status-im/artproject.git
synced 2025-02-22 04:38:13 +00:00
Add reveal to all elements in team section
This commit is contained in:
parent
3be430de65
commit
1b077575af
@ -27,11 +27,15 @@
|
||||
{{/each}}
|
||||
</div>
|
||||
|
||||
<div class="team__counter">{{ team.counter }}</div>
|
||||
<div class="team__counter">
|
||||
<div class="js-sr">{{ team.counter }}</div>
|
||||
</div>
|
||||
|
||||
<div class="team__scroll">
|
||||
<p class="team__scroll__text">scroll</p>
|
||||
{{svg 'images/arrow-down.svg'}}
|
||||
<div class="js-sr">
|
||||
<p class="team__scroll__text">scroll</p>
|
||||
{{svg 'images/arrow-down.svg'}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{> components/next-section-link
|
||||
|
Loading…
x
Reference in New Issue
Block a user