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

This commit is contained in:
SiddharthVarshney 2020-07-19 16:00:00 +05:30 committed by Tim Abbott
parent 26d1df58f7
commit d0d4a066d1
1 changed files with 10 additions and 10 deletions

View File

@ -1499,18 +1499,18 @@ nav {
text-align: left;
margin: 30px auto;
max-width: 600px;
}
.tour .carousel-inner .other-resources .other-resources-section {
display: inline-block;
width: 48%;
text-align: center;
vertical-align: top;
.other-resources-section {
display: inline-block;
width: 48%;
text-align: center;
vertical-align: top;
img {
border: 0;
display: block;
margin: 0 auto;
img {
border: 0;
display: block;
margin: 0 auto;
}
}
}