Skip to content

Commit

Permalink
fix responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Oct 27, 2023
1 parent 6dc33fa commit 1549d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/adaptative-list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function AdaptativeList({ elements, defaultN }) {
<>
{list}
{isMore && (
<Col n="3">
<Col n="12 md-3">
<Button
secondary
onClick={handleMore}
Expand All @@ -39,7 +39,7 @@ export default function AdaptativeList({ elements, defaultN }) {
</Col>
)}
{isLess && (
<Col n="3">
<Col n="12 md-3">
<Button
secondary
onClick={handleLess}
Expand Down

0 comments on commit 1549d83

Please sign in to comment.