aboutsummaryrefslogtreecommitdiff
path: root/web/style
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-01-24 09:14:02 +0100
committermetamuffin <metamuffin@disroot.org>2024-01-24 09:14:02 +0100
commite72873f49969ccd73fbd9408321a598079cbd049 (patch)
tree411543dbc6afd16e26ffce6d24e03bec88b6c3fc /web/style
parentdaba95cad0d58cf9fbf460d582729857f46b5390 (diff)
downloadjellything-e72873f49969ccd73fbd9408321a598079cbd049.tar
jellything-e72873f49969ccd73fbd9408321a598079cbd049.tar.bz2
jellything-e72873f49969ccd73fbd9408321a598079cbd049.tar.zst
style the search
Diffstat (limited to 'web/style')
-rw-r--r--web/style/layout.css10
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%);
+}