img hopefully not stretch

This commit is contained in:
Matuush 2024-02-07 21:06:54 +01:00
parent 27a95425c7
commit 0f1d0a4446

View file

@ -20,6 +20,7 @@
.right {grid-area: right;}
.down {grid-area: down;}
img {
object-fit: cover;
width: 100%;
height: 100%;
}