Typography fixes

This commit is contained in:
Patrick Marsceill
2020-05-01 17:32:33 -04:00
parent f664d410d7
commit beb88adf5f
6 changed files with 32 additions and 19 deletions

View File

@@ -156,5 +156,15 @@
h5,
h6 {
position: relative;
&:first-child {
margin-top: 0;
}
}
+ table,
.table-wrapper,
.code-example,
.highlighter-rouge {
margin-top: 1em;
}
}