From 198568920f18feedcce8cf61263216d1505f563f Mon Sep 17 00:00:00 2001 From: IO420 <320154041@pcpuma.acatlan.unam.mx> Date: Thu, 23 Oct 2025 16:32:26 -0600 Subject: [PATCH] modified styles --- src/app/styles/base/_globales.scss | 10 ---------- src/app/styles/layout/header.module.scss | 7 +++---- src/components/header.tsx | 6 +++--- 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/src/app/styles/base/_globales.scss b/src/app/styles/base/_globales.scss index a417b74..abacb2a 100644 --- a/src/app/styles/base/_globales.scss +++ b/src/app/styles/base/_globales.scss @@ -32,12 +32,6 @@ p { line-height: 1.5; } -.contenedor { - width: 95%; - max-width: 120rem; - margin: 0 auto; -} - a { text-decoration: none; } @@ -62,7 +56,3 @@ h3 { font-size: 4rem; text-align: center; } - -body > section { - padding: 10rem 0; -} diff --git a/src/app/styles/layout/header.module.scss b/src/app/styles/layout/header.module.scss index c32400b..2ae8617 100644 --- a/src/app/styles/layout/header.module.scss +++ b/src/app/styles/layout/header.module.scss @@ -1,6 +1,5 @@ .logo { position: relative; - filter: invert(1); z-index: 3; margin: 5px; } @@ -37,7 +36,7 @@ background-color: #fff; display: grid; grid-template-columns: auto 1fr; - padding: 0 40px; + padding: 0 10px; position: relative; z-index: 1; height: 90px; @@ -50,7 +49,7 @@ position: absolute; background-color: #003e79; height: 100%; - min-width: 300px; + min-width: 400px; transform: skew(45deg); z-index: 2; } @@ -63,7 +62,7 @@ background-color: rgb(1, 92, 184); height: 100%; width: 10%; - min-width: 300px; + min-width: 400px; transform: skew(45deg); z-index: 2; } diff --git a/src/components/header.tsx b/src/components/header.tsx index 8a54704..4ad2e9c 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -20,8 +20,8 @@ function Header() { className={header.logo} src="/logo-blanco.png" alt="Logo FES" - width={200} - height={50} + width={250} + height={60} />
@@ -43,4 +43,4 @@ function Header() { } export default Header; -//IO \ No newline at end of file +//IO