Skip to content

Commit

Permalink
Make help popup look better on small screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Oct 16, 2015
1 parent 2ee4189 commit 45bfde2
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions web/css/help.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,39 @@ h5 {
.light {
color: grey;
}

@media only screen and (max-device-width: 970px) {
html {
max-width: 970px;
}

#left {
display: none
}

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

#bodypart {
width: 100%;
}

#address {
width: 95%;
}

#container {
width: 100%;
}

#fullpart {
text-align: left;
width: 95%;
float: none;
right: 0px;
top: 0px;
padding: 7px 10px 10px 7px;
}
}

0 comments on commit 45bfde2

Please sign in to comment.