Skip to content

Commit

Permalink
Changed grid size in artist overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
b0wter committed May 15, 2024
1 parent 25a2bd2 commit d8ef941
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dist/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,13 @@ body {
}
}

@media only screen and (max-height: 1024px) and (orientation: portrait) {
.artist-list {
grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
font-size: 10px;
}
}

@media (max-width: 480px) {
.bildliste {
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
Expand Down

0 comments on commit d8ef941

Please sign in to comment.