diff --git a/wp-content/themes/mozillahispano2/css/responsive.css b/wp-content/themes/mozillahispano2/css/responsive.css index 11307f0..fbe0144 100644 --- a/wp-content/themes/mozillahispano2/css/responsive.css +++ b/wp-content/themes/mozillahispano2/css/responsive.css @@ -728,6 +728,25 @@ p.postmetadata { } +/* Labs https://www.mozilla-hispano.org/labs/ */ + #cuerpo { + display: flex; + flex-direction: column; + flex-wrap: nowrap; + clear: both; + } + .page-template-labs-index-php #post-363 { + order: 1; + width: 100%; + } + .page-template-labs-index-php #ultimas-noticias { + order: 2; + width: 100%; + } + .page-template-labs-index-php #labs-sidebar { + order: 3; + width: 100%; + } } /* TODO */ @@ -791,6 +810,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; }