From 82774e51e837300464e47f5b9ba37bbd3ad0d58c Mon Sep 17 00:00:00 2001 From: Luciano Giacchetta Date: Thu, 12 Jun 2025 19:39:20 -0300 Subject: [PATCH] #1 - Remover bootstrap generico y solo usar grid y reboot. Agregar CSS faltantes. --- src/components/Footer.astro | 16 +++--- src/layouts/Layout.astro | 52 ++++++++++++++---- src/pages/index.astro | 104 +++++++++++------------------------- 3 files changed, 82 insertions(+), 90 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 7ff6c69..09526c0 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,36 +1,36 @@ --- const date = new Date(); --- -