Skip to content

Commit bfca43b

Browse files
committed
Update
1 parent 133fb61 commit bfca43b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/sections/hero/hero.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const action2 = "/sponsorship/sponsor/";
2121
class="bg-icon top-[5%] left-[15%] rotate-[23deg] xl:block hidden"
2222
style="animation: 4s ease-in-out infinite float1;"
2323
viewBox="-40 -40 200 200"
24-
><text x="10" y="50" font-size="80" font-weight="bold" fill="#A0B7E9"
24+
><text x="10" y="50" font-size="100" font-weight="bold" fill="#A0B7E9"
2525
>{"{}"}</text
2626
></svg
2727
>
@@ -60,7 +60,7 @@ const action2 = "/sponsorship/sponsor/";
6060
class="bg-icon top-[5%] right-[17%] rotate-[30deg] xl:block hidden"
6161
style="animation: 3s ease-in-out infinite float3;"
6262
viewBox="-40 -40 200 200"
63-
><text x="10" y="50" font-size="80" font-weight="bold" fill="#A0B7E9"
63+
><text x="10" y="50" font-size="100" font-weight="bold" fill="#A0B7E9"
6464
>&lt;/&gt;</text
6565
></svg
6666
>

0 commit comments

Comments
 (0)