Skip to content

Commit

Permalink
Make feature row live well with TOC, fix mmistakes#2327
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Nov 21, 2019
1 parent c2c33a9 commit 27fc025
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 27fc025

Please sign in to comment.