浏览代码

Make home page video smaller

Andrea Franceschini 2 年之前
父节点
当前提交
e6ba9176cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/index.vue

+ 1 - 1
pages/index.vue

@@ -3,7 +3,7 @@
         <h3 class="sm:text-5xl text-3xl text-center -mt-6 sm:-mt-16">
             I do things.
         </h3>
-        <div class="sm:max-w-screen-lg mx-auto sm:py-8 py-6">
+        <div class="sm:max-w-screen-md mx-auto sm:py-8 py-6">
             <div class="aspect-w-16 aspect-h-9">
                 <iframe ref="video" loading="lazy" data-src="https://www.youtube-nocookie.com/embed/AszBiqrvAaU" title="How to make your computer go BOOP" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
             </div>