Skip to content

Commit cd4dd2e

Browse files
committed
fixed logo shrinking on small width
1 parent 0fed746 commit cd4dd2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { Image } from "astro:assets";
2424
<Image
2525
src={githubLogo}
2626
alt="GitHub Profile"
27-
class="gh-logo glow-anim scale-[0.55]"
27+
class="gh-logo glow-anim w-12 h-12 mr-4"
2828
/>
2929
</a>
3030
<h1 class="text-7xl glow-anim self-center">Aaron Zandt</h1>

0 commit comments

Comments
 (0)