fix: two columns

This commit is contained in:
Benno Tielen 2026-06-18 09:09:34 +02:00
parent f752a48e5a
commit 1f3609fbad
2 changed files with 1 additions and 2 deletions

View file

@ -55,7 +55,6 @@ export default async function GroupPage({ params }: { params: Promise<{slug: str
} }
<Section paddingBottom={"small"}> <Section paddingBottom={"small"}>
<Container> <Container>
<Row> <Row>

View file

@ -5,7 +5,7 @@
} }
.col { .col {
flex: 1 1 0; flex: 1 1 40%;
} }
@media screen and (max-width: 1024px) { @media screen and (max-width: 1024px) {