Commit 24bf671f authored by Robert Knight's avatar Robert Knight

Enable mobile-optimized viewport in dev server home page

This makes it easier to use the dev server for testing Hypothesis on
mobile devices with smaller screens (ie. phones).
parent 80e4c633
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment