From 767c21188b3ca0cebda5a05a78eff0f72105256d Mon Sep 17 00:00:00 2001 From: vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> Date: Sat, 31 May 2025 13:54:49 +0200 Subject: banner --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static/style.css') 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; -- cgit v1.2.3