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;
img {
width: 20vw;
height: 20vw;
max-width: 400px;
max-height: 400px;
width: 100%;
height: 100%;
border-radius: 12px;