diff --git a/LogBot/stylesheets/float.css b/LogBot/stylesheets/float.css index e3be607..9e87ef5 100644 --- a/LogBot/stylesheets/float.css +++ b/LogBot/stylesheets/float.css @@ -6,35 +6,31 @@ body { margin: 1em 1em 3em 1em; background-color: #eeebeb; font-family: "font", serif; - font-size: 125%; + font-size: 16px; line-height: 1.6; } .post { - margin: 1.5em 2em; + max-width: 350px; + margin: 1.5em 1em; float: left; } .post p.key { - float: left; - margin: 0 1em; - font-size: small; - line-height: 0.5; + margin: 2em 0 1em 5em; + font-size: 12px; } .post p.message { float: left; - max-width: 350px; - margin: -0.6em 0; + margin: 0; } img, iframe, audio, video { - max-width: 350px; + max-width: 100%; height: auto; clear: both; - margin: 0.4em 0; + margin: 0; +} +iframe{ + height: 440px; } - -hr{ - clear: both; - padding: 4em 0 0 0; -} \ No newline at end of file