diff --git a/scripts/templates/index.html b/scripts/templates/index.html
index c3e322c..45feb51 100644
--- a/scripts/templates/index.html
+++ b/scripts/templates/index.html
@@ -18,6 +18,10 @@
--line-height: 18pt;
}
+ h1 {
+ line-height: 1.25;
+ }
+
label {
display: block;
margin-bottom: var(--line-height);
@@ -28,6 +32,16 @@
font: inherit;
}
+ @media screen and (max-width: 600px) {
+ body {
+ margin: 3em 1em;
+ }
+
+ label {
+ margin-left: 11ch;
+ }
+ }
+