mirror of
https://github.com/Lil-Carpi/LDM-ASIR.git
synced 2025-12-06 08:04:37 +00:00
modificació del footer i modificació menor al CSS.
This commit is contained in:
@@ -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==============*/
|
||||
|
||||
Reference in New Issue
Block a user