another attempt

This commit is contained in:
ahzek 2025-05-02 18:49:22 +02:00
parent 0a54bc984f
commit f4f6281281

View file

@ -56,10 +56,12 @@
} }
.photo-container { .photo-container {
margin-right: 1rem; margin-right: 0.5rem;
} }
.profile-photo { .profile-photo {
height: 15em;
width: auto;
border-radius: 50%; border-radius: 50%;
object-fit: cover; object-fit: cover;
} }
@ -67,7 +69,7 @@
.header-top { .header-top {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: baseline;
margin-bottom: 1rem; margin-bottom: 1rem;
} }