Skip to content

Commit

Permalink
site: fix header menu margin
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jul 28, 2020
1 parent 4491c81 commit f0509f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions site/theme/template/Layout/Header/Navigation.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@

& > .ant-menu-item,
& > .ant-menu-submenu {
min-width: 72px;
height: @header-height;
margin-right: 0;
margin-left: 0;
margin-right: 12px;
margin-left: 12px;
line-height: @header-height - @menu-item-border - 2px;
border-top: @menu-item-border solid transparent;

Expand Down

1 comment on commit f0509f0

@afc163
Copy link
Member Author

@afc163 afc163 commented on f0509f0 Jul 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.