Skip to content

Commit 147595e

Browse files
Fix paddings and margins in the right part of the navbar.
1 parent 21b7d2a commit 147595e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
--ifm-spacing-6xl: 144px;
6262
--ifm-spacing-7xl: 240px;
6363
--ifm-spacing-8xl: 400px;
64+
65+
--ifm-navbar-item-padding-horizontal: 2px
6466
}
6567

6668
.flex-full-centered {
@@ -551,6 +553,7 @@ a.menu__link:active {
551553
border-width: 2px;
552554
border-radius: 4px;
553555
font-weight: bolder;
556+
margin: var(--ifm-navbar-item-padding-vertical) 20px;
554557
}
555558

556559
.contact:hover {

0 commit comments

Comments
 (0)