From 4e8297a2c1a88e8edbfd1245ec52c74c4de16e07 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 23 Mar 2023 10:00:56 +0100 Subject: [PATCH] Larger glow around video --- index.html | 6 +++--- sass/style.scss | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 7eacc81..7b20f8c 100644 --- a/index.html +++ b/index.html @@ -42,9 +42,9 @@
- Pěstouni - Týrání - Samoživitel + Pěstouni + Týrání + Samoživitel
diff --git a/sass/style.scss b/sass/style.scss index 42001a3..d0dacf9 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -215,7 +215,7 @@ body.noscroll { video { width: 100%; border-radius: 2rem; - box-shadow: 0 0 85px 0 rgba(194,66,66,0.75); + box-shadow: 0 0 90px 20px rgba(194,66,66,0.75); transition: box-shadow 1s ease; } }