Skip to content

Commit

Permalink
Increase line height for menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Aug 22, 2024
1 parent d54cb61 commit 36f0e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 36f0e7a

Please sign in to comment.