mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
handle page resize: to resize track component columns
+ revert banner-height from 23rem to 18rem + change font to Google Sans
This commit is contained in:
committed by
Mungai Njoroge
parent
a9f8cc63ea
commit
d95b5c6910
@@ -24,7 +24,7 @@ const pStore = usePStore();
|
||||
scrollbar-color: $gray2 transparent;
|
||||
|
||||
.grid {
|
||||
grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(9.25rem, 1fr));
|
||||
gap: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user