1
0
Fork 0

recambios sobre ultimo commit

This commit is contained in:
Hacky Purple 2018-04-23 11:12:11 -05:00
parent a1161f15d0
commit e57668f469
1 changed files with 10 additions and 2 deletions

View File

@ -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;
}
}