1
0
Fork 0

tamaño del logo general md y lg y del container de texto_articulo para mejora en tamaños extra largos

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

View File

@ -26,6 +26,10 @@
padding-top: 10px !important;
}
#botonera_landing{
display: inline-flex;
}
.cabecera {
padding-bottom: 30px;
padding-left: 80px !important;
@ -290,6 +294,13 @@ legend.legend-area {
/*RESPONSIVE*/
@media (max-width: 1470px){
#texto_articulo{
width: 100% !important;
}
}
@media (max-width: 991px) {
#encabezado_proyecto {
text-align: center;

View File

@ -5921,7 +5921,7 @@ if($publico[0] =='1') {
</div>
</div>
<div class= 'botonera_landing btn-group.btn-group-justified btn-group-sm' role='group' >
<div id='botonera_landing' class= 'btn-group.btn-group-justified btn-group-sm' role='group' >
$boton_agregar $mapa $boton_ver_data
</div>
</div>