make playlist cards smaller on playlist list page

This commit is contained in:
geoffrey45
2022-08-31 18:35:05 +03:00
parent 6f138005f5
commit c782e400c6
4 changed files with 13 additions and 23 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ const pStore = usePStore();
scrollbar-color: $gray2 transparent;
.grid {
grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
gap: 1rem;
@include for-desktop-down {