Explorar el Código

:art: fixing grid span for inbetween cards again

tags/0.9.0
J hace 4 años
padre
commit
d8a40e748f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Ver fichero

@@ -228,7 +228,7 @@ export default {
228 228
             .post
229 229
                 width: 100%
230 230
                 &.inbetween
231
-                    grid-column: span 3
231
+                    grid-column: span 2
232 232
                     background: white
233 233
                     padding: 0.3em 0
234 234
                     font-size: 1.3em

Loading…
Cancelar
Guardar