We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1965430 commit fe9e2afCopy full SHA for fe9e2af
1 file changed
src/features/feed/components/feed.css
@@ -3,7 +3,7 @@
3
}
4
.feed {
5
display: grid;
6
- grid-template-columns: repeat(3, 1fr);
+ grid-template-columns: repeat(3, 33%);
7
scroll-margin-top: 12px;
8
gap: 16px;
9
margin-left: 1%;
@@ -36,12 +36,6 @@
36
width: 100%;
37
box-sizing: border-box;
38
39
- #banneradv .wrap {
40
- display: flex;
41
- flex-direction: column;
42
- align-items: center;
43
- justify-content: center;
44
- }
45
46
47
.feed .placeholder {
0 commit comments