Refactor buttons.

This commit is contained in:
Mike Cao 2020-08-07 00:24:01 -07:00
parent 000f84df96
commit 30b87bc4c4
16 changed files with 175 additions and 63 deletions

View file

@ -0,0 +1,10 @@
.header {
display: flex;
justify-content: space-between;
align-items: center;
line-height: 80px;
}
.title {
font-size: var(--font-size-large);
}