aboutsummaryrefslogtreecommitdiff
path: root/web/style
diff options
context:
space:
mode:
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%);
+}