Explorar el Código

card adjust min-height

tags/1.0.3
Alej hace 2 años
padre
commit
6b08555537
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      vue-theme/src/components/card.vue

+ 1
- 1
vue-theme/src/components/card.vue Ver fichero

@@ -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…
Cancelar
Guardar