Skip to content

Commit

Permalink
fix(home): Add gutters
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Dec 9, 2024
1 parent 20fb46a commit 0d11164
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/pages/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ export default function Home() {
<h3>
<FormattedMessage id="corpus-title" />
</h3>
</Row>
<Row gutters>
<Col sm={12} md={6}>
<PublicationsTile />
</Col>
Expand Down

0 comments on commit 0d11164

Please sign in to comment.