Change bottom margin of arrow from `4` to `16`

This commit is contained in:
M3DZIK 2024-03-18 16:47:05 +01:00
parent 034ab4ef7c
commit 0960c96c20
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
</footer>
</div>
<div class="absolute bottom-4 h-8 w-8 text-on-primary-token animate-bounce">
<div class="absolute bottom-16 h-8 w-8 text-on-primary-token animate-bounce">
<Arrow />
</div>
</div>