Fixed poor image scaling

This commit is contained in:
Notoric 2024-05-29 18:25:26 +01:00
parent 0876a3fa3b
commit 69654acce2
1 changed files with 2 additions and 1 deletions

View File

@ -354,7 +354,8 @@ em {
.project img {
width: 400px;
height: 300px;
height: 280px;
object-fit: cover;
border-radius: 3em;
border: 0.2em solid #222;
cursor: pointer;