diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index e82190c..419c3b6 100644 --- a/static/style.css +++ b/static/style.css @@ -15,6 +15,11 @@ h1 { text-align: center; } +.banner { + display: block; + margin: auto; +} + .threadlist { display: flex; flex-wrap: wrap; |