Skip to content

Commit 6ec5abf

Browse files
committed
quick fix of the row eleemnt
1 parent 5721ab4 commit 6ec5abf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

unnamed.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ button {
9696
}
9797
}
9898

99-
.row {
99+
.container .row,
100+
.small-container .row,
101+
.full-container .row {
100102
margin-left: -.75rem;
101103
margin-right: -.75rem
102104
}

0 commit comments

Comments
 (0)