diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2016-10-03 17:12:54 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2016-10-03 17:12:54 +0200 |
commit | eec3fd64a25cf264b96223011208f186d744993e (patch) | |
tree | e722066cc30b73d300cc67336343df1d508ca921 /blog/_assets | |
parent | e401939271d6d6111da9053f7efa902c41758caf (diff) | |
download | norsk-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.
Diffstat (limited to 'blog/_assets')
-rw-r--r-- | blog/_assets/stylesheets/_post.scss | 6 |
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; + } } |