Skip to content

Commit

Permalink
remove media query preventing responsive content area
Browse files Browse the repository at this point in the history
  • Loading branch information
bdolor committed Apr 5, 2018
1 parent 9514a46 commit 3939734
Showing 1 changed file with 3 additions and 11 deletions.
Expand Up @@ -9,22 +9,14 @@
*/
@if $type == 'web' {
@media screen and (min-width: 940px) {
#content, #tabs {
width: 720px;
}
.posts-navigation {
width: 900px;
margin-left: -450px;
}

#sidebar {
margin-right: -24px;
#tabs {
width: inherit;
}
}

@media screen and (max-width: 939px) {
#tabs {
width: 520px;
width: inherit;
}
}

Expand Down

0 comments on commit 3939734

Please sign in to comment.