Skip to content

Commit

Permalink
On small screens, try to resize things to fit better.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Sep 26, 2015
1 parent 22bd822 commit f842b9f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions web/css/server.css
Original file line number Diff line number Diff line change
Expand Up @@ -375,3 +375,22 @@ h5 {
color: red;
font-style: italic;
}

@media only screen and (max-device-width: 480px) {
#left {
display: none
}

#right {
float: left;
width: 100%;
}

#bodypart {
width: 100%;
}

#container {
width: 100%;
}
}

0 comments on commit f842b9f

Please sign in to comment.