Skip to content

Commit 634f874

Browse files
Merge pull request #188 from HaudinFlorence/fix_navbar_paddings_and_margins
Fix paddings and margins in the right part of the navbar.
2 parents 40be351 + 147595e commit 634f874

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/css/custom.css

+3
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)