From 1f60a8ee21e69ca4d4426eeb84462a16a1e8baa7 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 26 Feb 2023 18:40:12 +0100 Subject: [PATCH] Add box shadow to video --- sass/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/style.scss b/sass/style.scss index 8bb8441..ed69e10 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -183,6 +183,7 @@ body.noscroll { video { width: 100%; border-radius: 2rem; + box-shadow: 0 0 42px 0 rgba(194,66,66,0.75); } }