Skip to content

Commit

Permalink
Merge pull request #62 from koraa/karo/small-screens
Browse files Browse the repository at this point in the history
Make the theme work on small screens
  • Loading branch information
ar2rsawseen authored Sep 7, 2019
2 parents 994d122 + ed0349d commit 258fc31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions static/styles/jsdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ tt, code, kbd, samp {

#main {
float: right;
min-width: 360px;
width: calc(100% - 240px);
}

Expand Down Expand Up @@ -613,7 +612,7 @@ html[data-search-mode] .level-hide {
}


@media only screen and (min-width: 320px) and (max-width: 680px) {
@media only screen and (max-width: 680px) {
body {
overflow-x: hidden;
}
Expand Down Expand Up @@ -642,7 +641,6 @@ html[data-search-mode] .level-hide {

#main {
width: 100%;
min-width: 360px;
}

#main h1.page-title {
Expand Down

0 comments on commit 258fc31

Please sign in to comment.