Fix mobile styles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user