Browse Source

:art: fixed height for embedded youtube

tags/0.9.0
J 4 years ago
parent
commit
2fd8aaa0b6
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      vue-theme/src/components/hero.vue

+ 2
- 0
vue-theme/src/components/hero.vue View File

@@ -102,6 +102,8 @@ export default {
102 102
 
103 103
     .embedded
104 104
         min-height: 210px
105
+        height: 100%
106
+        
105 107
     .blank
106 108
         button 
107 109
             position: absolute

Loading…
Cancel
Save