Skip to content

Commit b31a02f

Browse files
committed
Make sure css styling is not being overriden
1 parent c304627 commit b31a02f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sass/site.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ header {
217217
}
218218

219219
.toc {
220-
margin: 2rem 0;
220+
margin: 2rem 0 !important;
221221
@include md { margin: 0; }
222222
background: lighten(gray, 48%);
223223
border-radius: 0.25rem;

0 commit comments

Comments
 (0)