diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-19 21:48:04 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-19 21:48:04 +0200 |
| commit | eeeffa7945befb68ee24d2739b1c4c118cc714be (patch) | |
| tree | 07677e035c48cddac70116dc75a326109aa8f00f /templates/index.html | |
| parent | d818a591f4a634a32cebfe14c94685533079c6c5 (diff) | |
| download | jokevote-eeeffa7945befb68ee24d2739b1c4c118cc714be.tar.gz jokevote-eeeffa7945befb68ee24d2739b1c4c118cc714be.zip | |
display searchbar correctly on even smaller displays
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 2 |
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 --> |
