소스 검색

add margin

SyuanYu 3 년 전
부모
커밋
73658d2559

+ 1 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.css

@@ -1129,6 +1129,7 @@ input[type=search]::-webkit-search-cancel-button {
 }
 
 .img-height-vw {
+  margin: auto;
   height: 35vw !important;
 }
 @media (max-width: 767px) {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.css.map


+ 1 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.scss

@@ -1252,6 +1252,7 @@ input[type="search"]::-webkit-search-cancel-button {
 }
 
 .img-height-vw {
+  margin: auto;
   height: 35vw !important;
   @media (max-width: 767px) {
     height: 65vw !important;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.