Skip to content

Commit

Permalink
Make feature row live well with TOC, fix mmistakes#2327 (mmistakes#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug authored and mmistakes committed Nov 22, 2019
1 parent a210901 commit 9514221
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion _sass/minimal-mistakes/_archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -444,4 +444,12 @@
padding-right: 0;
}
}
}
}

/* Place inside a single layout */

.layout--single {
.feature__wrapper {
display: inline-block;
}
}

0 comments on commit 9514221

Please sign in to comment.