refactor: change width and height of friend link to 88x31 with double the size in css

This commit is contained in:
aria 2025-08-04 14:40:29 +10:00
parent e9fcfe4c55
commit 286e98a0fe

View file

@ -3,7 +3,7 @@ import { Image, Picture } from "astro:assets";
const { name, image, target } = Astro.props;
---
<a href={`${target}`} target="_blank"><Image loading="lazy" decoding="async" src={image} width=176 height=62 alt={`${name}`} class="flex" /></a>
<a href={`${target}`} target="_blank"><Image loading="lazy" decoding="async" src={image} width=88 height=31 alt={`${name}`} class="flex" /></a>
<style>
img {
image-rendering: pixelated;