fix: two columns
This commit is contained in:
parent
f752a48e5a
commit
1f3609fbad
2 changed files with 1 additions and 2 deletions
|
|
@ -55,7 +55,6 @@ export default async function GroupPage({ params }: { params: Promise<{slug: str
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
<Section paddingBottom={"small"}>
|
<Section paddingBottom={"small"}>
|
||||||
<Container>
|
<Container>
|
||||||
<Row>
|
<Row>
|
||||||
|
|
|
||||||
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue