Fix GH-316

This commit is contained in:
krateng 2024-01-03 22:03:08 +01:00
parent c75bd4fcc3
commit 259e3b06bb
2 changed files with 2 additions and 1 deletions

1
.github/FUNDING.yml vendored
View File

@ -1 +1,2 @@
custom: ["https://paypal.me/krateng"]
patreon: krateng

View File

@ -23,7 +23,7 @@ div#startpage {
@media (min-width: 1401px) and (max-width: 2200px) {
div#startpage {
grid-template-columns: repeat(2, 45vw);
grid-template-rows: repeat(3, 30vh);
grid-template-rows: repeat(3, 45vh);
grid-template-areas:
"charts_artists lastscrobbles"