Skip to content

Commit

Permalink
Merge pull request #65 from nerdoftech/whitespace_fix
Browse files Browse the repository at this point in the history
Fixed whitespace issue on right side above 1024px screen widths
  • Loading branch information
jputrino committed Mar 29, 2018
2 parents 20996a3 + f99bf75 commit df386c7
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions f5_sphinx_theme/static/css/f5-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,14 @@ body {

#content.active {
margin-left: 6px;
width: 100%;
}

@media (min-width: 1024px) {
@media (min-width: 1025px) {
#content {
margin-left: 0;
}
#content.active {
margin-left: 256px;
padding-right: 20%;
}
}

@media screen and (min-width: 1024px) and (max-width:1200px) {
#content {
padding-right: 0%;
}
#content.active {
padding-right: 25%;
}
}

Expand Down Expand Up @@ -141,7 +130,7 @@ a.headerlink:hover {
}
}

@media (min-width: 1024px) {
@media (min-width: 1025px) {
.site-hidden {
display: none!important;
}
Expand Down

0 comments on commit df386c7

Please sign in to comment.