]> fortfriendship.online Git - gnargle.github.io.git/commitdiff
more video layout fixes
authorAthene Allen <atheneallen93@gmail.com>
Sun, 2 Feb 2025 13:09:58 +0000 (13:09 +0000)
committerAthene Allen <atheneallen93@gmail.com>
Sun, 2 Feb 2025 13:09:58 +0000 (13:09 +0000)
entries/danddgames.html
main.css

index 511a67f5d2d75beecba070a3a38c5299a6b675eb..5141641cb8a8ed39b5ca62754aba8a743c53bdfc 100644 (file)
@@ -47,8 +47,8 @@
                 to 1:12 for the relevant bit.
               </p>
               <iframe
-                width="768"
-                height="432"
+                width="672"
+                height="378"
                 class="video-embed"
                 src="https://www.youtube.com/embed/U5_9M60crGs"
                 title="Call of Juarez Gunslinger Launch Trailer"
index a9c34f4dc380f1591ce38ddea44a75420f2bed9e..db02dc1ea649cbcae44a740dc3fae9744660dd84 100644 (file)
--- a/main.css
+++ b/main.css
 }
 
 .video-embed{
-    width: 768px;
-    height:432px;
+    max-width: 672px;
+    max-height:378px;
+    display: block;
     margin: 0 auto;
 }