Skip to content

Commit

Permalink
Make the buttons make sense at medium and small widths.
Browse files Browse the repository at this point in the history
  • Loading branch information
knowtheory committed Feb 14, 2019
1 parent 547e270 commit 4d4681e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/App.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@
min-width: 11em;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px){
#image nav div {
min-width: 0em;
}
}

#pages article {
font-family: Courier, monospace;
display: none;
Expand Down

0 comments on commit 4d4681e

Please sign in to comment.