diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
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; |