Fix mobile styles

This commit is contained in:
Robert Long
2021-12-10 10:54:18 -08:00
parent fc3960ce63
commit 9174369fb5
13 changed files with 277 additions and 260 deletions

View File

@@ -3,16 +3,17 @@
display: flex;
justify-content: space-between;
align-items: center;
height: 64px;
user-select: none;
flex-shrink: 0;
}
.nav {
display: flex;
flex: 1;
align-items: center;
white-space: nowrap;
margin: 0 20px;
padding: 0 20px;
height: 64px;
}
.logo {
@@ -25,6 +26,10 @@
margin-right: 12px;
}
.rightNav {
justify-content: flex-end;
}
.rightNav > * {
margin-right: 24px;
}
@@ -88,7 +93,7 @@
}
@media (min-width: 800px) {
.header {
.nav {
height: 98px;
}
}