fixed css

This commit is contained in:
ahzek 2025-05-02 18:44:36 +02:00
parent 47f49003bd
commit 0a54bc984f

View file

@ -55,6 +55,15 @@
font-size: 0.875rem;
}
.photo-container {
margin-right: 1rem;
}
.profile-photo {
border-radius: 50%;
object-fit: cover;
}
.header-top {
display: flex;
justify-content: space-between;