Increase line height for menu items

This commit is contained in:
Lim Chee Aun 2024-08-22 13:37:06 +08:00
parent d54cb61872
commit 36f0e7a0c5

View file

@ -1874,7 +1874,7 @@ body > .szh-menu-container {
display: flex;
gap: 8px;
align-items: center;
line-height: 1.1;
line-height: 1.3;
padding: 8px 16px !important;
/* transition: all 0.1s ease-in-out; */
text-decoration: none;