Skip to content

Commit 23d503c

Browse files
committed
fix made with image getting clipped
1 parent b601646 commit 23d503c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

assets/sass/pages/_home.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
img {
8484
height: 90px;
8585
width: 90px;
86-
padding: 10px;
86+
aspect-ratio: auto;
87+
object-fit: none;
8788
background-color: rgba(0, 0, 0, 0.7);
8889
border-radius: 10px;
8990
}

0 commit comments

Comments
 (0)