From 7386fd2e211f86c6eddbb1607f62e0eec126f6bb Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Sat, 19 Apr 2014 18:04:23 -0400 Subject: [PATCH] Fix bug with section padding and long code blocks --- source/stylesheets/screen.css.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index fedb24e..ba93a67 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -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;