jeter20131220 3 년 전
부모
커밋
8379d42107
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      about/about.css
  2. 2 2
      about/about.scss

+ 2 - 2
about/about.css

@@ -500,8 +500,8 @@ body .arrow:hover {
 #banner #banner-container .tab-content .sec03 .col-lg-4 img {
   -o-object-fit: cover;
      object-fit: cover;
-  width: 500px !important;
-  height: 250px !important;
+  width: 450px !important;
+  height: 200px !important;
   opacity: 1;
   -webkit-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;

+ 2 - 2
about/about.scss

@@ -408,8 +408,8 @@ body {
                    
                     img {
                         object-fit: cover;
-                        width: 500px !important;
-                        height: 250px !important;
+                        width: 450px !important;
+                        height: 200px !important;
                         opacity: 1;
                         transition: 0.3s ease-in-out;