Update profile picture on site

This commit is contained in:
2024-06-10 16:29:19 +01:00
parent 8881de4eec
commit 0d559a8281
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<div class="sidebar-info">
<figure class="avatar-box">
<img src="./assets/images/my-avatar.png" alt="{{ site.data.profile.name }}" width="80">
<img src="./assets/images/profile-photo.jpg" alt="{{ site.data.profile.name }}" width="80">
</figure>
<div class="info-content">

View File

@@ -331,7 +331,7 @@ main {
gap: 15px;
}
.avatar-box {
.avatar-box, .avatar-box img {
background: var(--bg-gradient-onyx);
border-radius: 20px;
}
@@ -1337,7 +1337,7 @@ textarea.form-input::-webkit-resizer { display: none; }
.sidebar-info { gap: 25px; }
.avatar-box { border-radius: 30px; }
.avatar-box, .avatar-box img { border-radius: 30px; }
.avatar-box img { width: 120px; }