Made it cope with larger menu entries

This commit is contained in:
pezcurrel 2022-12-08 14:17:08 +01:00
parent af7948492e
commit 07cc5c7c79

View file

@ -27,7 +27,7 @@
overflow: visible;
}
#hmenu ul li {
width: 80pt;
min-width: 80pt;
height: 40px;
text-align: center;
display: table-cell;
@ -63,6 +63,7 @@
display: block;
line-height: 40px;
vertical-align: middle;
white-space: nowrap;
}
#hmenu .ula li:hover, #hmenu .ulb li:hover {
text-decoration: underline;