Consistencia entre las vistas de empresas y tupale principal #26

Merged
humano merged 3 commits from kleper/milfskleper:master into master 2018-10-25 15:49:42 +00:00
Showing only changes of commit 5861c4298a - Show all commits

View File

@ -595,6 +595,9 @@ RESPONSIVE */
#cabecera{
padding-top: 15em;
}
#contenedor_cabecera {
padding-right: 0em;
}
#principal_general{
margin-left: 2em;
margin-right: 2em;
@ -662,11 +665,13 @@ div#contenedor_landingpage {
margin-left: 0em;
margin-right: 0em;
}
}
@media only screen and (max-width: 320px) {
#principal_general{
padding-left: 0em;
padding-left: 1em;
padding-right: 0em;
}
}