Minimal progress

This commit is contained in:
BOTAlex 2024-01-13 15:45:57 +01:00
parent b8051fb86e
commit 8373b9b32e
1 changed files with 2 additions and 2 deletions

View File

@ -67,13 +67,13 @@
</StickyLayer>
{/each}
<StickyLayer offset={{ top: 5.5, bottom: 5.5 }} style="background-color: #242424;">
<StickyLayer offset={{ top: 6, bottom: 6 }} style="background-color: #242424;">
<div class="align-center stickyText" style="font-size: 9vw; padding-top: 200px;">
The deprived devs
</div>
</StickyLayer>
<StickyLayer class="align-center" offset={{ top: 0, bottom: 5.125 }} let:progress>
<StickyLayer class="align-center" offset={{ top: 0, bottom: 5.6 }} let:progress>
<WeAreText containerProgress={progress}/>
</StickyLayer>
</Parallax>