From 118bdd17a4895e291574ac3c2815afad5f32abad Mon Sep 17 00:00:00 2001 From: Selene <44227992+fseleneqm@users.noreply.github.com> Date: Sun, 5 May 2024 18:55:32 +0100 Subject: [PATCH] =?UTF-8?q?actualizaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/estilos.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/estilos.css b/css/estilos.css index 1447f9a..077f005 100644 --- a/css/estilos.css +++ b/css/estilos.css @@ -161,7 +161,6 @@ header section { color: var(--primario); /* Color anaranjado */ text-transform: uppercase; /* Convertir texto en mayúsculas */ letter-spacing: 0.2rem; /* Espaciado entre letras */ - border: 1px solid coral; } @@ -176,7 +175,7 @@ header section { /* Estilos para el título de SERVICIOS */ .seccion_servicios .titulo_seccion { - box-sizing: border-box; + box-sizing: border-box; width: 100%; /* Ancho completo */ }