diff --git a/public/index.html b/public/index.html index 209073f..298f1ee 100644 --- a/public/index.html +++ b/public/index.html @@ -37,6 +37,10 @@ ::-webkit-scrollbar { width: 0 !important;height: 0; } + + .video-youtube-202202 iframe{ + margin-top: -110px; + }
diff --git a/src/assets/202202/gameplay/video.png b/src/assets/202202/gameplay/video.png new file mode 100644 index 0000000..93ecd43 Binary files /dev/null and b/src/assets/202202/gameplay/video.png differ diff --git a/src/components/gameplay/VideoSection.vue b/src/components/gameplay/VideoSection.vue index c57ab23..9346dfa 100644 --- a/src/components/gameplay/VideoSection.vue +++ b/src/components/gameplay/VideoSection.vue @@ -1,8 +1,20 @@