Skip to content

Commit

Permalink
Reduce size of thumbnails on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Dec 15, 2024
1 parent 702c47d commit 837bdc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme_153957/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ body {
#menu {
max-height: initial;
}

#thumbnails img {
max-height: 55px;
}
}

@media (pointer: coarse) {
Expand Down

0 comments on commit 837bdc7

Please sign in to comment.