diff --git a/LogBot/stylesheets/float.css b/LogBot/stylesheets/float.css index b936c23..a4763d3 100644 --- a/LogBot/stylesheets/float.css +++ b/LogBot/stylesheets/float.css @@ -55,6 +55,9 @@ hr{ span{ display: none; } + .post{ + margin: 1.5em 0; + } .post p.message{ font-size: 12pt; line-height: 1.5; @@ -62,6 +65,6 @@ hr{ max-width: none; } .post p.message img{ - max-width: 75mm; + max-width: 50mm; } } \ No newline at end of file