css: Use SCSS nesting for `.main-headline-text` in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-25 16:16:00 +05:30 committed by Tim Abbott
parent f6e70cefdf
commit 68b94bb434
1 changed files with 15 additions and 13 deletions

View File

@ -1062,18 +1062,18 @@ input.new-organization-button {
text-align: center;
color: hsl(0, 0%, 0%);
font-weight: 300;
}
.main-headline-text .tagline {
font-size: 40px;
line-height: 42px;
}
.tagline {
font-size: 40px;
line-height: 42px;
}
.main-headline-text .footnote {
display: block;
font-size: 18px;
color: hsl(0, 0%, 0%);
margin-top: 15px;
.footnote {
display: block;
font-size: 18px;
color: hsl(0, 0%, 0%);
margin-top: 15px;
}
}
.main-signup-button {
@ -1527,9 +1527,11 @@ input.new-organization-button {
padding: 0 10px;
}
.main-headline-text .tagline {
font-size: 32px;
line-height: 34px;
.main-headline-text {
.tagline {
font-size: 32px;
line-height: 34px;
}
}
#apps-tabs li a {