From 3bb73a7e1fc58e70f094169ad232e931765ae3e9 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 7 Mar 2023 14:56:12 +0100 Subject: [PATCH] Larger video box-shadow --- index.html | 6 +++--- sass/style.scss | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index aa6edd5..79a05df 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 5ece57a..42001a3 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 42px 0 rgba(194,66,66,0.75); + box-shadow: 0 0 85px 0 rgba(194,66,66,0.75); transition: box-shadow 1s ease; } }