Explorar el Código

adjust margin for datetime

tags/0.9.0
Alej hace 4 años
padre
commit
d1cb1ebfd6
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

@@ -90,7 +90,7 @@ export default {
90 90
     p
91 91
         &.datetime
92 92
             font-size: $ms--1
93
-            margin: 0
93
+            margin: $ms-0
94 94
         &.excerpt
95 95
             overflow: hidden
96 96
             margin: $ms--2 0 0 0

Loading…
Cancelar
Guardar