Fix CSS in header.

This commit is contained in:
Mike Cao 2022-03-05 09:42:32 -08:00
parent de50109b3e
commit 3e8dd815b7
3 changed files with 5 additions and 4 deletions

View file

@ -6,6 +6,7 @@
}
.title {
flex: 1;
font-size: var(--font-size-large);
display: flex;
align-items: center;
@ -17,7 +18,7 @@
}
.links {
flex: 1;
flex: 2;
display: flex;
justify-content: center;
align-items: center;
@ -30,6 +31,7 @@
}
.buttons {
flex: 1;
display: flex;
justify-content: flex-end;
align-items: center;