diff options
Diffstat (limited to 'web/style/layout.css')
-rw-r--r-- | web/style/layout.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index b261781..0dc5aed 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -144,3 +144,13 @@ summary h3 { margin: 0; } } + +.search h1 { + text-align: center; +} +.search form { + text-align: center; +} +.search form input[type="text"] { + width: max(10em, 40%); +} |