Skip to content

Commit 3d14638

Browse files
committed
fix: adjust grid column width in feed component for better layout
1 parent 68ee142 commit 3d14638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/feed/components/feed.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}
44
.feed {
55
display: grid;
6-
grid-template-columns: repeat(3, 33%);
6+
grid-template-columns: repeat(3, 32%);
77
scroll-margin-top: 12px;
88
gap: 16px;
99
margin-left: 1%;

0 commit comments

Comments
 (0)