aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorvulonkaaz <7442677+vulonkaaz@users.noreply.github.com>2025-05-31 13:54:49 +0200
committervulonkaaz <7442677+vulonkaaz@users.noreply.github.com>2025-05-31 13:54:49 +0200
commit767c21188b3ca0cebda5a05a78eff0f72105256d (patch)
treedddcabdd90665a334ca8eeb8ef91c64a4a98842f /static/style.css
parent148baefc06c1558776928dd635394dbfdad63da7 (diff)
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css5
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;