Skip to content

Commit be69d72

Browse files
committed
Fix top artist card size
1 parent 777ce36 commit be69d72

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/styles.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@
8989
}
9090

9191
.main-gridContainer-gridContainer {
92-
--column-count: 4;
93-
--grid-gap: 16px;
92+
display: grid;
93+
grid-template-columns: repeat(4, 1fr);
94+
gap: 16px;
9495

9596
.main-card-card {
9697
padding: 12px;

0 commit comments

Comments
 (0)