summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2016-10-03 17:12:54 +0200
committerHarald Eilertsen <haraldei@anduin.net>2016-10-03 17:12:54 +0200
commiteec3fd64a25cf264b96223011208f186d744993e (patch)
treee722066cc30b73d300cc67336343df1d508ca921
parente401939271d6d6111da9053f7efa902c41758caf (diff)
downloadnorsk-urskog-main-eec3fd64a25cf264b96223011208f186d744993e.tar.gz
norsk-urskog-main-eec3fd64a25cf264b96223011208f186d744993e.tar.bz2
norsk-urskog-main-eec3fd64a25cf264b96223011208f186d744993e.zip
Update layout of posts so flots are cleared before end.
-rw-r--r--blog/_assets/stylesheets/_post.scss6
1 files changed, 6 insertions, 0 deletions
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;
+ }
}