fix bad sizes

This commit is contained in:
SrGooglo 2023-06-07 01:27:16 +00:00
parent 4fb8755c32
commit 8c3b095af5

View File

@ -58,11 +58,8 @@
overflow: hidden; overflow: hidden;
img { img {
width: 20vw; width: 100%;
height: 20vw; height: 100%;
max-width: 400px;
max-height: 400px;
border-radius: 12px; border-radius: 12px;