update navbar position
This commit is contained in:
parent
4dda83e81e
commit
4786771a68
1 changed files with 8 additions and 0 deletions
|
|
@ -52,3 +52,11 @@ span {
|
|||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
/*------------- RESPONSIVE -------------*/
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
.navbar {
|
||||
top: 83px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue