diff --git a/LogBot/stylesheets/float.css b/LogBot/stylesheets/float.css index a4763d3..3e17385 100644 --- a/LogBot/stylesheets/float.css +++ b/LogBot/stylesheets/float.css @@ -56,7 +56,7 @@ hr{ display: none; } .post{ - margin: 1.5em 0; + margin: 1.5em 0.5em; } .post p.message{ font-size: 12pt; @@ -66,5 +66,6 @@ hr{ } .post p.message img{ max-width: 50mm; + transform: rotate(5deg); } } \ No newline at end of file