Skip to content

Commit

Permalink
fix(geographical-categories): move row to improve display
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Jan 3, 2024
1 parent 91dcbbc commit d58015d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/categories-geographiques/[id]/presentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ export default function GeographicalCategoryPresentationPage() {
Structures associées
<Badge text={dataStructures?.totalCount} colorFamily="yellow-tournesol" />
</Title>
<Row spacing="mt-3w">
<Col n="12">
<StructuresList isLoading={isLoading} data={dataStructures?.data} id={id} wikidata={wikidata} />
</Col>
</Row>
</Row>
<Row spacing="mt-1w" gutters>
<Col>
<StructuresList isLoading={isLoading} data={dataStructures?.data} id={id} wikidata={wikidata} />
</Col>
</Row>
<Row spacing="mt-5w" gutters>
<Col>
Expand Down

0 comments on commit d58015d

Please sign in to comment.