Skip to content

Commit

Permalink
Merge pull request #21 from nightscout/feature/settings-ui
Browse files Browse the repository at this point in the history
CSS Fix: time + glucose collision
  • Loading branch information
brianhanifin committed Jul 22, 2014
2 parents c7826fd + 071b208 commit a94b111
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ body {
fill-opacity: 0;
}

@media (max-width: 815px) {
body {
font-size: 80%;
}
}

@media (max-width: 768px) {
body {
font-size: 60%;
Expand All @@ -77,6 +83,12 @@ body {
}
}

@media (max-width: 510px) {
body {
font-size: 50%;
}
}

@media (max-width: 480px) {
body {
font-size: 40%;
Expand Down

0 comments on commit a94b111

Please sign in to comment.