Skip to content

Commit

Permalink
Merge pull request #188 from HaudinFlorence/fix_navbar_paddings_and_m…
Browse files Browse the repository at this point in the history
…argins

Fix paddings and margins in the right part of the navbar.
  • Loading branch information
SylvainCorlay authored Nov 28, 2024
2 parents 40be351 + 147595e commit 634f874
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
--ifm-spacing-6xl: 144px;
--ifm-spacing-7xl: 240px;
--ifm-spacing-8xl: 400px;

--ifm-navbar-item-padding-horizontal: 2px
}

.flex-full-centered {
Expand Down Expand Up @@ -551,6 +553,7 @@ a.menu__link:active {
border-width: 2px;
border-radius: 4px;
font-weight: bolder;
margin: var(--ifm-navbar-item-padding-vertical) 20px;
}

.contact:hover {
Expand Down

0 comments on commit 634f874

Please sign in to comment.