fix(navbar): Fixed the issue of overlapping with the control bar (#2073)

This commit is contained in:
Arthals 2023-06-18 13:47:20 +08:00 committed by GitHub
parent 1b7e33c222
commit 59898c7883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ nav {
@media (max-width: 1336px) {
nav {
padding: 0 5vw;
padding: 0 max(5vw, 90px);
}
}