More mobile styling

This commit is contained in:
Robert Long
2021-08-23 12:50:19 -07:00
parent b6b33219a8
commit 85d77a32bf
5 changed files with 15 additions and 48 deletions

View File

@@ -3,7 +3,7 @@
display: flex;
justify-content: center;
align-items: center;
height: 98px;
height: 64px;
user-select: none;
flex-shrink: 0;
}
@@ -43,3 +43,9 @@
font-weight: 600;
flex-shrink: 0;
}
@media(min-width: 800px) {
.header {
height: 98px;
}
}