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

This commit is contained in:
iBug ♦ 2019-11-22 22:15:38 +08:00 committed by Michael Rose
parent 6c733c3b93
commit 02dd27ccdc

View file

@ -444,4 +444,12 @@
padding-right: 0;
}
}
}
}
/* Place inside a single layout */
.layout--single {
.feature__wrapper {
display: inline-block;
}
}