+
{/* Lazy loading de la sección de teoría */}
diff --git a/src/index.css b/src/index.css
index 31ebfb1..b5c61c9 100644
--- a/src/index.css
+++ b/src/index.css
@@ -1,18 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
-
-/* Clases para accordion con animación CSS Grid */
-.theory-collapsible {
- display: grid;
- grid-template-rows: 0fr;
- transition: grid-template-rows 0.4s ease-out;
-}
-
-.theory-collapsible.open {
- grid-template-rows: 1fr;
-}
-
-.theory-collapsible-content {
- overflow: hidden;
-}
From a1f1f654091f1821f2fe7ee424e1b766e6b49865 Mon Sep 17 00:00:00 2001
From: Pablo Occhiuzzi <104530403+opablon@users.noreply.github.com>
Date: Wed, 6 Aug 2025 13:50:47 +0000
Subject: [PATCH 3/3] fix footer top margin
---
src/App.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/App.jsx b/src/App.jsx
index dcfb3a9..4023d25 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -200,7 +200,7 @@ function App() {
{/* Footer */}
-