More mobile styling
This commit is contained in:
parent
b6b33219a8
commit
85d77a32bf
5 changed files with 15 additions and 48 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue