Browse Source

Make home page video smaller

Andrea Franceschini 2 years ago
parent
commit
e6ba9176cc
1 changed files with 1 additions and 1 deletions
  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>