Commit 1a11037

HPCesia <me@hpcesia.com>
2025-03-14 16:48:40
fix: link's avatar width
1 parent 3fa4f71
Changed files (1)
src
src/pages/links.astro
@@ -50,7 +50,7 @@ const { Content, headings } = linksMd
                   href={item.url}
                   target="_blank"
                   rel="noopener noreferrer"
-                  class="w-fit"
+                  class="w-full"
                   title={item.name}
                 >
                   <ImageWrapper src={item.avatar} class="max-md:w-23" />