From 6a200a2b850102fbb0a1da68d6aeb91d78ebe9ce Mon Sep 17 00:00:00 2001
From: Sondre Sommerset Nordvik <33055925+Sondreauto@users.noreply.github.com>
Date: Tue, 9 Nov 2021 11:14:07 +0100
Subject: [PATCH] adjusted video width

---
 css/style.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/css/style.css b/css/style.css
index 6ea1ee9..61861b4 100644
--- a/css/style.css
+++ b/css/style.css
@@ -181,12 +181,11 @@ nav {
     filter: drop-shadow(0px 5px 3px black);
 }
 
-
 .container #pizza-vid {
     position: absolute;
     right: 0;
     bottom: 10px;
-    width: 66%;
+    width: 790px; /* 66% */
     border-radius: 10px;
     filter: drop-shadow(0px 10px 6px black);
 }
-- 
GitLab