Minimal progress
This commit is contained in:
parent
b8051fb86e
commit
8373b9b32e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue