Sfoglia il codice sorgente

styling edit - margin bottom for wp-embed-block

tags/0.9.0
Alej 4 anni fa
parent
commit
3cde8034a2
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      vue-theme/src/pages/single.vue

+ 2
- 1
vue-theme/src/pages/single.vue Vedi File

@@ -258,7 +258,8 @@ export default {
258 258
         .wp-block-embed, .is-type-video
259 259
             position: relative
260 260
             width: 100% 
261
-            padding-bottom: 56.25% 
261
+            padding-bottom: 56.25%
262
+            margin-bottom: $ms-7 
262 263
             &__wrapper
263 264
                 display: contents
264 265
             /* TBD if kept- edit ot test */

Loading…
Annulla
Salva