[frontend/pages] Vertically center profile header contents and improve spacing when wrapped

This commit is contained in:
pancakes 2024-11-30 12:58:53 +10:00 committed by Laura Hausmann
parent 873cf1122a
commit 64affd20f6
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -7,7 +7,9 @@
.header {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
row-gap: 1rem;
}
.subheader {