fix: profile image scale

This commit is contained in:
enes 2024-10-09 10:58:31 +02:00
parent b6846c0006
commit 58c457b62c

View File

@ -24,7 +24,7 @@
}
.container {
color: black
color: black;
}
.left {
@ -51,7 +51,8 @@
}
.image-placeholder {
width: 150px;
width: 100%;
height: auto;
}
.link {