소스 검색

card adjust min-height

tags/1.0.3
Alej 2 년 전
부모
커밋
6b08555537
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      vue-theme/src/components/card.vue

+ 1
- 1
vue-theme/src/components/card.vue 파일 보기

@@ -103,7 +103,7 @@ export default {
103 103
             .featured-or-hero-image img
104 104
                 max-height: calc($max-card-img-height / 3)
105 105
     .card
106
-        min-height: 305px
106
+        /* min-height: 305px */
107 107
         &--info 
108 108
             .featured-or-hero-image img
109 109
                 max-height: $max-card-img-height

Loading…
취소
저장