Skip to content

Commit 7386fd2

Browse files
committed
Fix bug with section padding and long code blocks
1 parent fc0c995 commit 7386fd2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/stylesheets/screen.css.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,11 @@ html, body {
241241

242242
section {
243243
padding-bottom: 6em;
244+
&:after {
245+
content: '';
246+
display: block;
247+
clear: both;
248+
}
244249

245250
&>h1, &>h2, &>h3, &>h4, &>h5, &>h6, &>p, &>table, &>ul, &>ol, &>aside, &>dl {
246251
margin-right: $examples-width;

0 commit comments

Comments
 (0)