浏览代码

styling edit - margin bottom for wp-embed-block

tags/0.9.0
Alej 4 年前
父节点
当前提交
3cde8034a2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      vue-theme/src/pages/single.vue

+ 2
- 1
vue-theme/src/pages/single.vue 查看文件

@@ -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 */

正在加载...
取消
保存