Fix navbar

This commit is contained in:
itqop 2024-03-18 00:34:55 +03:00
parent dce6127414
commit 2a8e260750
2 changed files with 11 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -12,6 +12,7 @@ html, body {
flex: 1; flex: 1;
} }
@media (max-width: 992px) {
#target-main { #target-main {
max-height: 0; max-height: 0;
overflow: hidden; overflow: hidden;
@ -21,3 +22,5 @@ html, body {
#target-main.show { #target-main.show {
max-height: 500px; /* Установите желаемую максимальную высоту */ max-height: 500px; /* Установите желаемую максимальную высоту */
} }
}