Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gozaoo committed Oct 6, 2022
1 parent 2f5bba1 commit b066ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ div.player-Mini-Title>h2>a,.trackTitle>h2>a {
display: grid;
--repeat: 2;
grid-auto-flow: row;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
grid-template-columns: repeat(minmax(2, auto-fit), minmax(180px, 1fr));
--gapver: calc(1.2vh + 1.2vw);
gap: var(--gapver);
justify-content: space-between;
Expand Down

0 comments on commit b066ef8

Please sign in to comment.