From 19a4de1e2d831f6746a0b962d577753154b9cc11 Mon Sep 17 00:00:00 2001 From: Chneemann Date: Mon, 12 Aug 2024 07:41:00 +0200 Subject: [PATCH] bugfix play btn --- .../browse/hero-banner/hero-banner.component.scss | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/components/home/browse/hero-banner/hero-banner.component.scss b/frontend/src/app/components/home/browse/hero-banner/hero-banner.component.scss index 82affec..35b6dcf 100644 --- a/frontend/src/app/components/home/browse/hero-banner/hero-banner.component.scss +++ b/frontend/src/app/components/home/browse/hero-banner/hero-banner.component.scss @@ -28,7 +28,7 @@ section { } .content { - position: absolute; + position: relative; width: 40%; height: 40%; top: 140px; @@ -38,12 +38,13 @@ section { } .title { - font-size: 5vw; + font-size: 54px; font-weight: 700; text-shadow: 1px 1px 2px $black; } .description { + position: relative; font-size: 18px; font-weight: 400; overflow: hidden; @@ -51,7 +52,12 @@ section { height: fit-content; margin-bottom: 24px; text-shadow: 1px 1px 2px $black; - position: relative; +} + +app-btn-large { + position: absolute; + bottom: -60px; + left: 0; } .movie-banner {