diff --git a/style.css b/style.css index d30ed4d..0ef82a3 100644 --- a/style.css +++ b/style.css @@ -79,7 +79,6 @@ p + p { p + ul, p + ol, p + dl {margin-bottom:1.5em;} p.lead + p { text-indent:0; - } blockquote {border-left:5px solid #eee; padding-left:1.5em; margin:1em 0;} @@ -99,5 +98,7 @@ hr {height:0; color:#eee; border:1px solid #eee; margin:2em 0 1em;} .pull-left {float:left; margin:0.5em 2em 1em 0;} .pull-right {float:right; margin:0.5em 0 1em 2em;} - - +@media (max-width:500px) { + body {font-size:80%;} + img {max-width:100% !important; height:auto !important; float:none !important;} +}