Skip to content

Commit 43c68f9

Browse files
committed
fix: update grid layout for feed items to use fractional units
1 parent 08bac93 commit 43c68f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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, 32%);
6+
grid-template-columns: repeat(3, 1fr);
77
scroll-margin-top: 12px;
88
gap: 16px;
99
margin-left: 1%;

0 commit comments

Comments
 (0)