Make feature row live well with TOC, fix #2327 (#2329)
1 files changed, 9 insertions(+), 1 deletions(-) M _sass/minimal-mistakes/_archive.scss
M _sass/minimal-mistakes/_archive.scss => _sass/minimal-mistakes/_archive.scss +9 -1
@@ 444,4 444,12 @@ padding-right: 0; } } -}> \ No newline at end of file +} + +/* Place inside a single layout */ + +.layout--single { + .feature__wrapper { + display: inline-block; + } +}