update navbar position

This commit is contained in:
Chneemann 2024-05-15 05:22:13 +02:00
parent 4dda83e81e
commit 4786771a68

View file

@ -52,3 +52,11 @@ span {
font-size: 16px;
font-weight: 400;
}
/*------------- RESPONSIVE -------------*/
@media screen and (max-width: 700px) {
.navbar {
top: 83px;
}
}