From 45e9c3e4a025600653fc59285b45487dc41752e9 Mon Sep 17 00:00:00 2001 From: "aitor c. urrutia aranburu" Date: Sat, 10 Jan 2026 10:06:29 +0100 Subject: [PATCH] feat: footer-eko irudiak optimizatzen ditu --- src/components/Footer.astro | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index eda4681..5f79d67 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,4 +1,6 @@ --- +import { Image } from "astro:assets"; + const today = new Date(); --- @@ -10,19 +12,29 @@ const today = new Date();
- CC BY-SA 4.0CC BY-SA 4.0
@@ -35,7 +47,7 @@ const today = new Date(); padding: 25px; text-align: center; font-size: 0.8rem; - margin-top: 2em; + margin-top: 2em; } .license { @@ -44,8 +56,13 @@ const today = new Date(); gap: 0.3em; } - .license > a, - .license > img { + .license > a { + } + + .license-icon { display: inline-block; + max-width: 1em; + max-height: 1em; + margin-left: 0.2em; }