Skip to content

Commit b6d4f0c

Browse files
committed
Match previous mobile button width (162px)
Restore button width to 162px to match previous styling when console/consulting buttons were present.
1 parent 4a6ee21 commit b6d4f0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/css/custom.css

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

915915
.start-free-button, .sign-in-button {
916916
display: flex;
917-
width: 120px;
917+
width: 162px;
918918
justify-content: center;
919919
white-space: nowrap;
920920
}

0 commit comments

Comments
 (0)