[frontend/pages] Vertically center profile header contents and improve spacing when wrapped
This commit is contained in:
parent
873cf1122a
commit
64affd20f6
1 changed files with 2 additions and 0 deletions
|
@ -7,7 +7,9 @@
|
|||
.header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
row-gap: 1rem;
|
||||
}
|
||||
|
||||
.subheader {
|
||||
|
|
Loading…
Add table
Reference in a new issue