소스 검색

fixing img widths

chootka 9 년 전
부모
커밋
d0028563cf
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      assets/themes/css/style.css

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

@@ -480,7 +480,7 @@ a .title {
     padding-top: 10px;
     padding-bottom: 10px;
   }
-  img {
+  .content img {
     width: 100%;
   }
   .navbar {
@@ -528,7 +528,7 @@ a .title {
   header {
     padding-bottom: 30px;
   }
-  img {
+  .content img {
     width: 100%;
   }
   .content {
@@ -550,7 +550,7 @@ a .title {
   h1 {
     font-size: 1.75em;
   }
-  img {
+  .content img {
     width: 100%;
   }
   .content {