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); }