From 60f42e4aaefe89ed197283b2c4dbcadc4d2121f3 Mon Sep 17 00:00:00 2001 From: Chneemann Date: Mon, 19 Aug 2024 22:53:00 +0200 Subject: [PATCH] update hero banner design --- .../browse/hero-banner/hero-banner.component.scss | 13 +++++++------ 1 file changed, 7 insertions(+), 6 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 35b6dcf..b8a70bd 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 @@ -29,17 +29,19 @@ section { .content { position: relative; - width: 40%; + width: 50%; height: 40%; - top: 140px; + top: 120px; left: 96px; gap: 32px; opacity: 0px; } .title { - font-size: 54px; + font-size: 48px; font-weight: 700; + height: 40%; + margin-bottom: 6px; text-shadow: 1px 1px 2px $black; } @@ -48,9 +50,8 @@ section { font-size: 18px; font-weight: 400; overflow: hidden; - max-height: 145px; - height: fit-content; - margin-bottom: 24px; + height: 50%; + word-wrap: break-word; text-shadow: 1px 1px 2px $black; }