Commit 7386fd2e authored by Robert Lord's avatar Robert Lord

Fix bug with section padding and long code blocks

parent fc0c995c
...@@ -241,6 +241,11 @@ html, body { ...@@ -241,6 +241,11 @@ html, body {
section { section {
padding-bottom: 6em; padding-bottom: 6em;
&:after {
content: '';
display: block;
clear: both;
}
&>h1, &>h2, &>h3, &>h4, &>h5, &>h6, &>p, &>table, &>ul, &>ol, &>aside, &>dl { &>h1, &>h2, &>h3, &>h4, &>h5, &>h6, &>p, &>table, &>ul, &>ol, &>aside, &>dl {
margin-right: $examples-width; margin-right: $examples-width;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment