mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Increase line height for menu items
This commit is contained in:
parent
d54cb61872
commit
36f0e7a0c5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue