From c9b3a576b663c431f29f6c383767884dfd49a4e2 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Tue, 24 Mar 2026 21:52:56 +0200 Subject: [PATCH] Remove blank space at the top of markdown --- app/features/tournament/tournament.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/features/tournament/tournament.module.css b/app/features/tournament/tournament.module.css index 97f54f2a2..53814d786 100644 --- a/app/features/tournament/tournament.module.css +++ b/app/features/tournament/tournament.module.css @@ -181,6 +181,10 @@ margin-block-start: var(--s-6); } +.infoDescription > :first-child { + margin-block-start: 0; +} + .infoDescription > h1 { font-size: var(--font-xl); }