Skip to content

Commit 3643bb7

Browse files
committed
fixing row and col spacing bug
1 parent cd2dc3c commit 3643bb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/row/Row.style.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.row {
22
display: flex;
33
flex-wrap: wrap;
4+
margin-left: -.5rem;
5+
margin-right: -.5rem;
46

57
+ .row {
68
margin-top: 1rem;
@@ -9,6 +11,6 @@
911
> * {
1012
flex-shrink: 0;
1113
max-width: 100%;
12-
width: 100%;
14+
padding: 0 .5rem;
1315
}
1416
}

0 commit comments

Comments
 (0)