From 27a0572a70009ba92efd131aefb611d8e0c55b6e Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 27 Oct 2023 18:58:28 +0200 Subject: [PATCH] Ligeros cambios --- index.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index 44a136d..20b3bb4 100644 --- a/index.css +++ b/index.css @@ -895,10 +895,16 @@ a,li:hover { max-height: 100%; display: flex; justify-content: center; - align-items: center; + align-items: center; } }*/ + + +@media screen and (min-width:425px) and (max-width:768px) { + +} + @media screen and (min-width:768px) and (max-width:1024px) { @@ -1328,4 +1334,4 @@ a,li:hover { cursor: pointer; } /*-------SECCION CONTACTO-------*/ -} \ No newline at end of file +}