Skip to content

Commit

Permalink
fix mobile layout issues with Coloree
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 committed Sep 6, 2024
1 parent 173859a commit 99b2d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/coloree/colorBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function ColorBuilder({

return (
<Fragment>
<Col xs={12} md={6} className="me-2">
<Col xs={12} md={6}>
<h2 className="mb-3">Singleplayer</h2>
<Card body className="mb-3">
<Card.Title>Generate a Puzzle</Card.Title>
Expand Down
4 changes: 1 addition & 3 deletions src/pages/games/coloree.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ export default function ColoreePage() {
</Col>
</Row>
<Row>
<Col className="d-flex">
<ColoreeGame />
</Col>
<ColoreeGame />
</Row>
</Container>
</Layout>
Expand Down

0 comments on commit 99b2d2d

Please sign in to comment.