Add a rule to style.css to scale down large images.
[rawdog/.git] / style.css
index 977f1e0b79a3aa27307ec986eab706ceff9f6b9e..2e5ba09294f77060ffd54dd1737e29e544f525fe 100644 (file)
--- a/style.css
+++ b/style.css
        text-decoration: none;
        margin: 0;
 }
+/* Scale down large images in feeds */
+img {
+       max-width: 100%;
+       height: auto;
+}
 html {
        margin: 0;
        padding: 0;