We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fecf15 commit b1eebe5Copy full SHA for b1eebe5
1 file changed
src/views/home.vue
@@ -68,6 +68,9 @@
68
iconPos="left"
69
></Button> -->
70
</div>
71
+ <div class="video">
72
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/akMziFN6PFA?si=RCAfSgOMLtBoj_jF" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
73
+ </div>
74
75
76
@@ -448,6 +451,13 @@ const interval = setInterval(() => {
448
451
justify-content: center;
449
452
}
450
453
454
+.video {
455
+ margin-top: 24px;
456
+ display: flex;
457
+ align-items: center;
458
+ justify-content: center;
459
+}
460
+
461
.hero-description {
462
font-size: 1.25rem;
463
margin-top: 1.5rem;
0 commit comments