modificació del footer i modificació menor al CSS.

This commit is contained in:
2025-11-19 11:44:01 +01:00
parent 89b41b79dd
commit 5224cfe178
2 changed files with 16 additions and 22 deletions

View File

@@ -1,3 +1,5 @@
/*=============INICIO DE ESTILOS DE PLANTILLA==============*/
/*Reset básico: Eliminacion del padding y evita que el tamaño crezca por máargenes internos*/
*
{
@@ -138,13 +140,14 @@ body
{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
/*Cada columna del footer*/
.footerLinks
{
width: 25%;
padding: 0 15px;
flex: 1 1 200px;
max-width: 300px;
}
/*Titulos de los bloques del footer*/
@@ -253,4 +256,6 @@ body
padding-bottom: 30rem;
max-width: 1200px;
margin: 0 auto;
}
}
/*=============FINAL DE ESTILOS DE PLANTILLA==============*/