Browse Source

styling edit - margin bottom for wp-embed-block

tags/0.9.0
Alej 4 years ago
parent
commit
3cde8034a2
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      vue-theme/src/pages/single.vue

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

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

Loading…
Cancel
Save