소스 검색

fixing img widths

chootka 9 년 전
부모
커밋
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;