From 1b0ec4b38c8959ec04288b0258df2140bd8e83d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fede=20=C3=81lvarez?= Date: Fri, 8 Apr 2022 15:51:33 +0200 Subject: [PATCH] Fix 404 styles --- src/components/sections/404/hero/hero.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/404/hero/hero.module.scss b/src/components/sections/404/hero/hero.module.scss index b432162..b68e5e9 100644 --- a/src/components/sections/404/hero/hero.module.scss +++ b/src/components/sections/404/hero/hero.module.scss @@ -13,8 +13,8 @@ height: calc(var(--vh) * 100); text-align: center; - *:not(.gradient) { - z-index: 1; + *:not(.gradient, .video) { + z-index: 2; } @media screen and (max-width: 800px) {