Skip to content

Commit b9503bf

Browse files
Merge pull request #318 from HaudinFlorence/update-navbar-buttons
Update Fundable projects and Contact us buttons.
2 parents 10579fc + bddbae7 commit b9503bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/css/custom.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,8 @@ a.menu__link:active {
575575
border-radius: 4px;
576576
font-weight: bolder;
577577
font-style: normal;
578-
margin: var(--ifm-navbar-item-padding-vertical) 2px;
578+
margin: var(--ifm-navbar-item-padding-vertical) 4px;
579+
padding: 8px;
579580
}
580581

581582
.contact:hover {
@@ -589,7 +590,8 @@ a.menu__link:active {
589590
border-radius: 4px;
590591
font-weight: bolder;
591592
font-style: normal;
592-
margin: var(--ifm-navbar-item-padding-vertical) 2px;
593+
margin: var(--ifm-navbar-item-padding-vertical) 4px;
594+
padding: 8px;
593595
}
594596

595597
.fundable_projects:hover {

0 commit comments

Comments
 (0)