Browse Source

Don't let images make the page scroll horizontally.

master
Chris Smith 7 years ago
parent
commit
7ce4d8c6c2
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      site/static/res/css/style.css

+ 4
- 0
site/static/res/css/style.css View File

@@ -2041,6 +2041,10 @@
2041 2041
 
2042 2042
 /* Image */
2043 2043
 
2044
+article img {
2045
+  max-width: 100%;
2046
+}
2047
+
2044 2048
   .image {
2045 2049
     border-radius: 0.35em;
2046 2050
     border: 0;

Loading…
Cancel
Save