diff --git a/wp-content/themes/mozillahispano2/css/responsive.css b/wp-content/themes/mozillahispano2/css/responsive.css index 11307f0..3eb3cea 100644 --- a/wp-content/themes/mozillahispano2/css/responsive.css +++ b/wp-content/themes/mozillahispano2/css/responsive.css @@ -728,6 +728,29 @@ p.postmetadata { } +/* Labs https://www.mozilla-hispano.org/labs/ */ + body.page-template-labs-index-php #cuerpo { + display: flex; + flex-direction: column; + flex-wrap: nowrap; + clear: both; + } + body.page-template-labs-index-php #cuerpo #post-363 { + order: 1; + width: 100%; + } + body.page-template-labs-index-php #cuerpo #ultimas-noticias { + float: inherit; + padding: 0 1em; + order: 2; + width: 100%; + } + body.page-template-labs-index-php #cuerpo #labs-sidebar { + float: inherit; + padding: 0 1em; + order: 3; + width: 100%; + } } /* TODO */ @@ -791,6 +814,7 @@ p.postmetadata { display: none; } /* }}} */ + /* Labs https://www.mozilla-hispano.org/labs/ */ } diff --git a/wp-content/themes/mozillahispano2/style.css b/wp-content/themes/mozillahispano2/style.css index d5c07aa..00e3d33 100644 --- a/wp-content/themes/mozillahispano2/style.css +++ b/wp-content/themes/mozillahispano2/style.css @@ -219,7 +219,7 @@ ul.listado-podcast li small { background-image:url(./media/mh-labs.png); background-position:18px 10px; background-repeat:no-repeat; - height:120px; + min-height:120px; padding-left:130px; padding-top:40px; }