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

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