From 17e55d2a9bc7d0f5ed922370b8ac3ad4db9f583b Mon Sep 17 00:00:00 2001 From: r Date: Thu, 30 Jan 2020 15:32:37 +0000 Subject: Add user search page --- static/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 888fb5d..67dbd77 100644 --- a/static/style.css +++ b/static/style.css @@ -105,7 +105,7 @@ } .page-title { - font-size: 23pt; + font-size: 18pt; } .post-form { @@ -426,6 +426,10 @@ a:hover, margin: 0 8px 0 8px; } +.search-form { + margin: 16px 0 0 0; +} + .dark { background-color: #222222; background-image: none; -- cgit v1.2.3