fix scaling on mobile

This commit is contained in:
JovannMC 2025-02-06 19:42:25 +03:00
parent 8c589e8fa0
commit e11dced438
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@
<div <div
class="fixed -z-30 top-0 left-0 w-screen h-screen flex items-center justify-center overflow-hidden" class="fixed -z-30 top-0 left-0 w-screen h-screen flex items-center justify-center overflow-hidden"
> >
<VertVBig class="fill-[--fg] opacity-10 w-[108%] h-[108%]" /> <VertVBig class="fill-[--fg] opacity-10 scale-[200%] md:scale-[80%]" />
</div> </div>
<div <div
id="gradient-bg" id="gradient-bg"