Fix photo cards being too wide due to img misjudging height.

master
voussoir 2021-06-15 22:01:43 -07:00
parent 82a6103d8d
commit 87126c1b89
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
.album_card_thumbnail img .album_card_thumbnail img
{ {
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 150px;
margin: auto; margin: auto;
} }
.album_card_list .album_card_thumbnail .album_card_list .album_card_thumbnail
@ -212,7 +212,7 @@
.photo_card_grid .photo_card_thumbnail img .photo_card_grid .photo_card_thumbnail img
{ {
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 150px;
margin: auto; margin: auto;
} }