summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-06-19 21:48:04 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-06-19 21:48:04 +0200
commiteeeffa7945befb68ee24d2739b1c4c118cc714be (patch)
tree07677e035c48cddac70116dc75a326109aa8f00f /templates/index.html
parentd818a591f4a634a32cebfe14c94685533079c6c5 (diff)
downloadjokevote-eeeffa7945befb68ee24d2739b1c4c118cc714be.tar.gz
jokevote-eeeffa7945befb68ee24d2739b1c4c118cc714be.zip
display searchbar correctly on even smaller displays
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 36e7188..812bf55 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -44,7 +44,7 @@
}
@media screen and (max-width: 600px) { /* "s" */
#searchform {
- width: 20em;
+ width: 30%;
}
}
</style> <!-- TODO get rid of these magic margins -->