forked from qwerty/tupali
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:
parent
e5f4f1db49
commit
a1161f15d0
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user