css: Use SCSS nesting for `.portico-landing.features-app .feature-block`.

This commit is contained in:
SiddharthVarshney 2020-06-15 06:30:02 +05:30 committed by Tim Abbott
parent d8a3ca0b2e
commit ce9a365c62
1 changed files with 9 additions and 7 deletions

View File

@ -650,15 +650,17 @@ nav {
}
}
.portico-landing.features-app .feature-block h3 {
font-size: 1.2em;
font-weight: 600;
}
.portico-landing.features-app .feature-block {
h3 {
font-size: 1.2em;
font-weight: 600;
}
.portico-landing.features-app .feature-block p {
margin: 0;
p {
margin: 0;
opacity: 0.8;
opacity: 0.8;
}
}
/* -- hello page -- */