Commit 7703702

HPCesia <me@hpcesia.com>
2025-04-25 08:28:56
fix: links avatar height in mobile
1 parent bf9b125
Changed files (1)
src
src/pages/links.astro
@@ -72,7 +72,7 @@ const groupHeadings = linksConfig.items.map((item) => ({
                   class="w-full"
                   title={item.name}
                 >
-                  <ImageWrapper src={item.avatar} class="max-md:w-24 md:h-48" />
+                  <ImageWrapper src={item.avatar} class="max-md:h-24 max-md:w-24 md:h-48" />
                 </a>
               </figure>
               <div class="card-body from-base-300 to-base-100 bg-linear-150 px-4 py-2">