We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bac93 commit 43c68f9Copy full SHA for 43c68f9
src/features/feed/components/feed.css
@@ -3,7 +3,7 @@
3
}
4
.feed {
5
display: grid;
6
- grid-template-columns: repeat(3, 32%);
+ grid-template-columns: repeat(3, 1fr);
7
scroll-margin-top: 12px;
8
gap: 16px;
9
margin-left: 1%;
0 commit comments