Skip to content

Commit

Permalink
Merge pull request #2312 from A-312/fix-2304-widescreen
Browse files Browse the repository at this point in the history
Fix  #2304: Mot "Administration" coupé dans la sidebar
  • Loading branch information
gustavi committed Feb 13, 2015
2 parents 2d5ae07 + 161ee9c commit 0cf282d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/base/_helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ hr.clearfix {
display: none;
}

@media only screen and ($media-extra-wide) {
@media only screen and #{$media-extra-wide} {
.wide {
display: inline;
}
Expand All @@ -82,7 +82,7 @@ hr.clearfix {
}
}

@media only screen and ($media-wide) {
@media only screen and #{$media-wide} {
.screen {
display: inline;
}
Expand Down

0 comments on commit 0cf282d

Please sign in to comment.