Skip to content

Commit

Permalink
fixing row and col spacing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosammito committed Apr 29, 2024
1 parent cd2dc3c commit 3643bb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/row/Row.style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.row {
display: flex;
flex-wrap: wrap;
margin-left: -.5rem;
margin-right: -.5rem;

+ .row {
margin-top: 1rem;
Expand All @@ -9,6 +11,6 @@
> * {
flex-shrink: 0;
max-width: 100%;
width: 100%;
padding: 0 .5rem;
}
}

0 comments on commit 3643bb7

Please sign in to comment.