Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
don't increase mobile font size, 16 is actually fine
  • Loading branch information
silverwind committed Sep 29, 2017
commit f4a737a057e433512834b77b175a253227189c12
5 changes: 0 additions & 5 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ html {
box-sizing: border-box;
}

/* increase font size slightly on mobile */
@media (max-width: 500px) {
html { font-size: 1.125rem }
}

body {
font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
margin: 0;
Expand Down