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 chukycheese committed Sep 18, 2023
1 parent fef6981 commit cf39295
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 cf39295

Please sign in to comment.