Layout updates.

This commit is contained in:
Mike Cao 2023-08-02 00:56:52 -07:00
parent 64ebe8b307
commit d573def802
9 changed files with 19 additions and 52 deletions

View file

@ -1,10 +1,12 @@
.header {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
align-content: center;
align-self: stretch;
flex-wrap: wrap;
height: 100px;
}
.header a {