diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-24 09:14:02 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-24 09:14:02 +0100 |
commit | e72873f49969ccd73fbd9408321a598079cbd049 (patch) | |
tree | 411543dbc6afd16e26ffce6d24e03bec88b6c3fc /web/style/layout.css | |
parent | daba95cad0d58cf9fbf460d582729857f46b5390 (diff) | |
download | jellything-e72873f49969ccd73fbd9408321a598079cbd049.tar jellything-e72873f49969ccd73fbd9408321a598079cbd049.tar.bz2 jellything-e72873f49969ccd73fbd9408321a598079cbd049.tar.zst |
style the search
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%); +} |