diff --git a/frontend/src/assets/profile-avatar.jpg b/frontend/src/assets/profile-avatar.jpg index bedc0e8..d1fc8dd 100644 Binary files a/frontend/src/assets/profile-avatar.jpg and b/frontend/src/assets/profile-avatar.jpg differ diff --git a/frontend/src/views/AboutView.vue b/frontend/src/views/AboutView.vue index 0307d5c..fb37d7b 100644 --- a/frontend/src/views/AboutView.vue +++ b/frontend/src/views/AboutView.vue @@ -195,6 +195,8 @@ const timeline = [ .portrait { width: 120px; height: 120px; + flex: 0 0 120px; + aspect-ratio: 1 / 1; border-radius: 50%; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.12);