Skip to content

Commit

Permalink
Fix paddings and margins in the right part of the navbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaudinFlorence committed Nov 28, 2024
1 parent 21b7d2a commit 147595e
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 147595e

Please sign in to comment.