Skip to content

Commit

Permalink
Merge pull request #62 from vinoddalvi/master
Browse files Browse the repository at this point in the history
Resolved the issue - Can't open posts in mobile #60
  • Loading branch information
puikinsh authored May 17, 2017
2 parents 35f5fe2 + 46a6e05 commit 4532e2e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1084,12 +1084,6 @@ p.logged-in-as {
color: #1FA67A;
}
/* Layout */
.side-pull-left #primary{
float: left;
}
.side-pull-right #primary{
float: right;
}
.no-sidebar #secondary, .full-width #secondary{
display: none;
}
Expand All @@ -1100,3 +1094,12 @@ p.logged-in-as {
.full-width #primary{
width: 100%;
}

@media (min-width: 992px) {
.side-pull-left #primary{
float: left;
}
.side-pull-right #primary{
float: right;
}
}

0 comments on commit 4532e2e

Please sign in to comment.