Fixed menu width.

This commit is contained in:
Leonid Nikitin 2024-05-03 00:00:18 +05:00
parent 1485180e20
commit 303af6f203
Signed by: kor-elf
GPG Key ID: 3C0F720C170F6E1D

View File

@ -242,6 +242,9 @@ body.mobile-menu-open {
#mobile-menu {
display: none;
}
.wrapper .section-container {
flex: auto;
}
.main-container {
flex-direction: row;
}
@ -255,6 +258,7 @@ body.mobile-menu-open {
padding: 7px 10px 7px 0;
}
#menu {
flex: none;
background: #eee;
display: block;
width: 175px;