mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Try fix the menu width again
This commit is contained in:
parent
e2eeffde63
commit
58ccdf84fa
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
'top top'
|
'top top'
|
||||||
'left right';
|
'left right';
|
||||||
padding: 0;
|
padding: 0;
|
||||||
min-width: 22em;
|
/* min-width: 22em; */
|
||||||
max-width: calc(100vw - 16px);
|
max-width: calc(100vw - 16px);
|
||||||
}
|
}
|
||||||
.nav-menu .top-menu {
|
.nav-menu .top-menu {
|
||||||
|
|
Loading…
Reference in a new issue