css: Use SCSS nesting for .portico-landing.hello .features.

This commit is contained in:
SiddharthVarshney
2020-07-18 14:49:38 +05:30
committed by Tim Abbott
parent 4e20923421
commit b7216af233

View File

@@ -1228,28 +1228,28 @@ nav {
padding: 50px 0px 100px 0px;
background-color: hsl(0, 0%, 100%);
}
.portico-landing.hello .features .col-2 {
text-align: center;
.col-2 {
text-align: center;
position: relative;
z-index: 1;
position: relative;
z-index: 1;
img {
margin-bottom: 20px;
width: 100%;
max-width: 300px;
}
img {
margin-bottom: 20px;
width: 100%;
max-width: 300px;
}
.il-block {
display: inline-block;
width: 75%;
text-align: left;
}
.il-block {
display: inline-block;
width: 75%;
text-align: left;
}
h2 {
font-weight: normal;
h2 {
font-weight: normal;
}
}
}