Skip to content

Commit 9a01eba

Browse files
committed
feat: update avatar image and style for circular display
1 parent 0a96857 commit 9a01eba

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

assets/css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,11 @@ main {
357357
border-radius: 20px;
358358
}
359359

360+
/* Make the avatar image circular and cover the box */
361+
.avatar-box img {
362+
border-radius: 20px;
363+
}
364+
360365
.info-content .name {
361366
color: var(--white-2);
362367
font-size: var(--fs-3);

assets/images/image.png

159 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<div class="sidebar-info">
4444

4545
<figure class="avatar-box">
46-
<img src="./assets/images/photo.png" alt="bryan-sowanna Ing" width="80">
46+
<img src="./assets/images/image.png" alt="bryan-sowanna Ing" width="80">
4747
</figure>
4848

4949
<div class="info-content">

0 commit comments

Comments
 (0)