visuddhinanda 1 year ago
parent
commit
0b3b239ad3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      resources/mustache/article/html/main.html

+ 3 - 0
resources/mustache/article/html/main.html

@@ -21,6 +21,9 @@
         .row {
             display: flex;
         }
+        img{
+            max-width: 100%;
+        }
         @media screen and (max-width: 960px){
             .row {
                 flex-direction: column;