Skip to content

Commit

Permalink
Merge pull request #300 from stripTM/master
Browse files Browse the repository at this point in the history
Más especificidad a reglas de responsive ya que las de style las pisa
  • Loading branch information
stripTM committed Feb 1, 2016
2 parents e657672 + 1d419ee commit f0d99c5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions wp-content/themes/mozillahispano2/css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -729,21 +729,25 @@ p.postmetadata {
}

/* Labs https://www.mozilla-hispano.org/labs/ */
#cuerpo {
body.page-template-labs-index-php #cuerpo {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
clear: both;
}
.page-template-labs-index-php #post-363 {
body.page-template-labs-index-php #cuerpo #post-363 {
order: 1;
width: 100%;
}
.page-template-labs-index-php #ultimas-noticias {
body.page-template-labs-index-php #cuerpo #ultimas-noticias {
float: inherit;
padding: 0 1em;
order: 2;
width: 100%;
}
.page-template-labs-index-php #labs-sidebar {
body.page-template-labs-index-php #cuerpo #labs-sidebar {
float: inherit;
padding: 0 1em;
order: 3;
width: 100%;
}
Expand Down

0 comments on commit f0d99c5

Please sign in to comment.