Make feature row live well with TOC, fix #2327 (#2329)

This commit is contained in:
iBug ♦
2019-11-22 09:15:38 -05:00
committed by Michael Rose
parent 6c733c3b93
commit 02dd27ccdc
+9 -1
View File
@@ -444,4 +444,12 @@
padding-right: 0;
}
}
}
}
/* Place inside a single layout */
.layout--single {
.feature__wrapper {
display: inline-block;
}
}