fix(docs-infra): fix get started button rendering (#31470)
Fixes #31454 PR Close #31470
This commit is contained in:
parent
e85fa5d4ff
commit
66d6b53fb1
|
@ -246,12 +246,7 @@ section#intro {
|
|||
}
|
||||
|
||||
.button.hero-cta {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 184px;
|
||||
height: 40px;
|
||||
padding: 0 24px;
|
||||
padding: 2px 34px 0;
|
||||
@include font-size(18);
|
||||
font-weight: 600;
|
||||
@include line-height(40);
|
||||
|
|
Loading…
Reference in New Issue