diff --git a/index.html b/index.html
index ddf99b0..c2e4ce8 100644
--- a/index.html
+++ b/index.html
@@ -39,7 +39,6 @@
@media (max-width: 600px) {
h3, input[type="text"], #results {
font-size: 0.9rem;
- width: 95%;
}
#source {
@@ -47,7 +46,7 @@
}
input[type="text"] {
- max-width: 90%;
+ max-width: 80%;
}
}