css: Use SCSS nesting for `.tour .carousel-inner .other-resources .other-resources-section`.

This commit is contained in:
SiddharthVarshney 2020-07-19 15:59:17 +05:30 committed by Tim Abbott
parent a57d979a46
commit 26d1df58f7
1 changed files with 5 additions and 5 deletions

View File

@ -1506,12 +1506,12 @@ nav {
width: 48%; width: 48%;
text-align: center; text-align: center;
vertical-align: top; vertical-align: top;
}
.tour .carousel-inner .other-resources .other-resources-section img { img {
border: 0; border: 0;
display: block; display: block;
margin: 0 auto; margin: 0 auto;
}
} }
.tour .carousel-inner .call-to-action { .tour .carousel-inner .call-to-action {