]> git.localhorst.tv Git - alttp.git/commitdiff
more space between groups and rounds
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 27 Nov 2025 13:21:51 +0000 (14:21 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 27 Nov 2025 13:21:51 +0000 (14:21 +0100)
resources/js/components/tournament/Detail.jsx

index 747ed7a249d3778ed20fa9789c86e46c0fdc4cb4..1a16ea459d262412809360435d4e47d8a239bc29 100644 (file)
@@ -143,7 +143,7 @@ const Detail = ({
                        </Col>
                        <Col lg={{ order: 1, span: 8 }} xl={{ order: 1, span: 9 }}>
                                {hasAssignedGroups(tournament) ? (
-                                       <div className="mb-3">
+                                       <div className="mb-5">
                                                <h2>{t('groups.heading')}</h2>
                                                <GroupInterface
                                                        actions={actions}