Fix mobile styles
This commit is contained in:
parent
fc3960ce63
commit
9174369fb5
13 changed files with 277 additions and 260 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue