Fix bug with section padding and long code blocks

This commit is contained in:
Robert Lord 2014-04-19 18:04:23 -04:00
parent fc0c995cb6
commit 7386fd2e21

View file

@ -241,6 +241,11 @@ html, body {
section {
padding-bottom: 6em;
&:after {
content: '';
display: block;
clear: both;
}
&>h1, &>h2, &>h3, &>h4, &>h5, &>h6, &>p, &>table, &>ul, &>ol, &>aside, &>dl {
margin-right: $examples-width;