From e57668f4690eb752a5a5a99ae09697be214efd72 Mon Sep 17 00:00:00 2001 From: h4ckypurpl3 Date: Mon, 23 Apr 2018 11:12:11 -0500 Subject: [PATCH] recambios sobre ultimo commit --- milfs/css/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/milfs/css/style.css b/milfs/css/style.css index 1d4e28c..521e65e 100644 --- a/milfs/css/style.css +++ b/milfs/css/style.css @@ -30,6 +30,10 @@ display: inline-flex; } +.boton_land{ +margin-left: 3px !important; +} + .cabecera { padding-bottom: 30px; padding-left: 80px !important; @@ -294,11 +298,15 @@ legend.legend-area { /*RESPONSIVE*/ -@media (max-width: 1470px){ +@media (min-width: 1470px){ #texto_articulo{ width: 100% !important; } + + #asistento{ + width: 100% !important; + } } @media (max-width: 991px) { @@ -309,7 +317,7 @@ legend.legend-area { #logo_cabecera { - max-width: 80% !important; + max-width: 100% !important; padding-top: 0px !important; } }