diff --git a/projecte-final/assets/css/style.css b/projecte-final/assets/css/style.css index afb7531..8bca9eb 100644 --- a/projecte-final/assets/css/style.css +++ b/projecte-final/assets/css/style.css @@ -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; -} \ No newline at end of file +} + +/*=============FINAL DE ESTILOS DE PLANTILLA==============*/ diff --git a/projecte-final/indexSAD.html b/projecte-final/indexSAD.html index bc67555..f5ecf95 100644 --- a/projecte-final/indexSAD.html +++ b/projecte-final/indexSAD.html @@ -39,30 +39,19 @@
-