Fixed poor image scaling
This commit is contained in:
parent
0876a3fa3b
commit
69654acce2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue