diff --git a/wp-content/themes/mozillahispano2/css/responsive.css b/wp-content/themes/mozillahispano2/css/responsive.css index 3eb3cea..95f9ed4 100644 --- a/wp-content/themes/mozillahispano2/css/responsive.css +++ b/wp-content/themes/mozillahispano2/css/responsive.css @@ -741,7 +741,7 @@ p.postmetadata { } body.page-template-labs-index-php #cuerpo #ultimas-noticias { float: inherit; - padding: 0 1em; + padding: 0; order: 2; width: 100%; } diff --git a/wp-content/themes/mozillahispano2/style.css b/wp-content/themes/mozillahispano2/style.css index 00e3d33..dd63217 100644 --- a/wp-content/themes/mozillahispano2/style.css +++ b/wp-content/themes/mozillahispano2/style.css @@ -675,9 +675,9 @@ Author URI: http://dev7studios.com } .portada-individual, .portada-extra{ - border-bottom: 1px solid #E5E5E5 !important; + border-bottom: 1px solid #E5E5E5 !important; margin: 1em !important; - padding: 1em 0 2em !important; + padding: 1em 1em 2em 1em !important; float:left; width:70%; }