From eec3fd64a25cf264b96223011208f186d744993e Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 3 Oct 2016 17:12:54 +0200 Subject: Update layout of posts so flots are cleared before end. --- blog/_assets/stylesheets/_post.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/blog/_assets/stylesheets/_post.scss b/blog/_assets/stylesheets/_post.scss index 4912046..436b828 100644 --- a/blog/_assets/stylesheets/_post.scss +++ b/blog/_assets/stylesheets/_post.scss @@ -43,4 +43,10 @@ background-color: transparentize(#182530, 0.3); padding: 2mm; margin-bottom: 2mm; + &::after { + content: " "; + display: block; + visibility: hidden; + clear: both; + } } -- cgit v1.2.3