mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Fix nav menu width overflow when text size setting set larger
This commit is contained in:
parent
c3ee4e8ad1
commit
558954bb82
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
|||
@media (min-width: 23em) {
|
||||
.nav-menu {
|
||||
display: flex;
|
||||
width: auto;
|
||||
padding: 0;
|
||||
min-width: 22em;
|
||||
width: 22em;
|
||||
}
|
||||
.nav-menu section {
|
||||
padding: 8px 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue