Skip to content

Commit

Permalink
minor mobile fixes (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
RouxRC committed Apr 6, 2020
1 parent 74d20d9 commit d86102a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,22 @@ rect.tooltip {
.caseIcon.country {
padding-left: 15px;
}

@media (max-width: 1000px) {
nav .toolbar__title img {
margin-top: 2px;
width: 60px;
}
nav v-title {
font-size: 30px;
}
nav .update {
font-size: 20px;
}
.disclaimer {
display: none;
}
.btn--floating.btn--small .icon {
font-size: 40px;
}
}

0 comments on commit d86102a

Please sign in to comment.