We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b601646 commit 23d503cCopy full SHA for 23d503c
1 file changed
assets/sass/pages/_home.scss
@@ -83,7 +83,8 @@
83
img {
84
height: 90px;
85
width: 90px;
86
- padding: 10px;
+ aspect-ratio: auto;
87
+ object-fit: none;
88
background-color: rgba(0, 0, 0, 0.7);
89
border-radius: 10px;
90
}
0 commit comments