瀏覽代碼

fixing img widths

chootka 8 年之前
父節點
當前提交
4768982f0b
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      assets/themes/css/style.css

+ 3 - 0
assets/themes/css/style.css

@@ -451,6 +451,9 @@ a .title {
 
 /* Tablet Portrait size to standard 960 (devices and browsers) */
 @media only screen and (min-width: 768px) and (max-width: 959px) { 
+  .content img {
+    width: 100%;
+  }
   .sidebar {
     max-width: none;
     padding: 30px 0;