Skip to content

Commit 4b9c993

Browse files
committed
Fix navbar CTA button sizing
1 parent 189c016 commit 4b9c993

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/css/custom.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,12 @@ p {
347347
color: var(--color-button-text);
348348
}
349349

350-
/* Specific colors for the navbar "Contact Us" button */
350+
/* Navbar "Contact Us" Button Overrides */
351351
.nav-cta {
352352
background-color: var(--color-header-btn-bg);
353353
color: var(--color-header-btn-text);
354+
font-size: inherit;
355+
padding: var(--ifm-navbar-item-padding-vertical) var(--ifm-navbar-item-padding-horizontal);
354356
}
355357

356358
.nav-cta:hover {

0 commit comments

Comments
 (0)