fix(docs-infra): fix get started button rendering (#31470)

Fixes #31454

PR Close #31470
This commit is contained in:
Tzvi Melamed 2019-07-09 12:08:20 -04:00 committed by Matias Niemelä
parent e85fa5d4ff
commit 66d6b53fb1
1 changed files with 1 additions and 6 deletions

View File

@ -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);