Skip to content

Commit cf39295

Browse files
iBugchukycheese
authored andcommittedSep 18, 2023
Make feature row live well with TOC, fix mmistakes#2327 (mmistakes#2329)
1 parent fef6981 commit cf39295

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎_sass/minimal-mistakes/_archive.scss

+9-1
Original file line numberDiff line numberDiff line change
@@ -444,4 +444,12 @@
444444
padding-right: 0;
445445
}
446446
}
447-
}
447+
}
448+
449+
/* Place inside a single layout */
450+
451+
.layout--single {
452+
.feature__wrapper {
453+
display: inline-block;
454+
}
455+
}

0 commit comments

Comments
 (0)
Please sign in to comment.