Skip to content

Commit

Permalink
Enable mobile-optimized viewport in dev server home page
Browse files Browse the repository at this point in the history
This makes it easier to use the dev server for testing Hypothesis on
mobile devices with smaller screens (ie. phones).
  • Loading branch information
robertknight committed Oct 12, 2020
1 parent 3111f65 commit a69b397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-server/templates/index.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hypothesis Client Test</title>
<style>
body {
Expand Down

0 comments on commit a69b397

Please sign in to comment.