summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
+ }
}