From 8694d5a470ae30476759f7d11620ff2644a5f0f5 Mon Sep 17 00:00:00 2001 From: Naiel <109038805+naielv@users.noreply.github.com> Date: Thu, 5 Mar 2026 13:55:58 +0000 Subject: [PATCH] =?UTF-8?q?Agregar=20bot=C3=B3n=20"Abrir"=20en=20la=20list?= =?UTF-8?q?a=20de=20archivos=20y=20cambiar=20altura=20m=C3=ADnima=20del=20?= =?UTF-8?q?contenedor=20en=20la=20p=C3=A1gina=20principal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/club/index.php | 1 + public_html/entreaulas/index.php | 2 +- public_html/index.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public_html/club/index.php b/public_html/club/index.php index 81a1820..cabb8d4 100755 --- a/public_html/club/index.php +++ b/public_html/club/index.php @@ -22,6 +22,7 @@ require_once "../_incl/pre-body.php"; ?>
  • - + Abrir
  • diff --git a/public_html/entreaulas/index.php b/public_html/entreaulas/index.php index ea417c2..d15a80d 100755 --- a/public_html/entreaulas/index.php +++ b/public_html/entreaulas/index.php @@ -5,7 +5,7 @@ require_once "_incl/pre-body.php"; ?>

    Recursos:

    \ No newline at end of file diff --git a/public_html/index.php b/public_html/index.php index a15cf62..489ea00 100755 --- a/public_html/index.php +++ b/public_html/index.php @@ -134,7 +134,7 @@ background: url(/static/portugalete.jpg) #ffffffc2; padding: 25px 7px; padding-top: 50px; - height: 350px; + min-height: 350px; border-radius: 50px; background-size: cover; background-position: center;