Skip to content

Commit

Permalink
fix(navbox): fix margin
Browse files Browse the repository at this point in the history
Signed-off-by: WaitSpring <[email protected]>
  • Loading branch information
WaitSpringQW committed Nov 19, 2023
1 parent b28fb9b commit 458c9b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/NavboxCSS/NavboxCSS.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
.navbox-below,
.navbox-title {
text-align: center;
margin-top: 3px;
margin-bottom: 1px;
}

.navbox-sole-row {
Expand All @@ -56,7 +56,6 @@
/* Fallback start */
display: flex;
justify-content: center;
margin-top: 3px;
/* Fallback end */
font-weight: bold;
/* stylelint-disable-next-line declaration-block-no-duplicate-properties */
Expand Down

0 comments on commit 458c9b1

Please sign in to comment.