Skip to content

Commit 9d090ad

Browse files
committed
Restore exact old mobile button styling (162px)
Match the original button dimensions from when Consulting/Console buttons were present.
1 parent be5f30c commit 9d090ad

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

src/css/custom.css

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -914,16 +914,8 @@ html[data-theme="dark"] .sign-in-button {
914914

915915
.start-free-button, .sign-in-button {
916916
display: flex;
917-
width: 200px;
917+
width: 162px;
918918
justify-content: center;
919-
white-space: nowrap;
920-
padding: 0.5rem 1.5rem;
921-
}
922-
923-
/* Ensure buttons fill available width in mobile sidebar */
924-
.navbar-sidebar__item .start-free-button,
925-
.navbar-sidebar__item .sign-in-button {
926-
width: 200px;
927919
}
928920
}
929921
/* Start - Card styling for resources and careers page */

0 commit comments

Comments
 (0)