update hero banner design

This commit is contained in:
Chneemann 2024-08-19 22:53:00 +02:00
parent 6ba9a41404
commit 60f42e4aae

View file

@ -29,17 +29,19 @@ section {
.content { .content {
position: relative; position: relative;
width: 40%; width: 50%;
height: 40%; height: 40%;
top: 140px; top: 120px;
left: 96px; left: 96px;
gap: 32px; gap: 32px;
opacity: 0px; opacity: 0px;
} }
.title { .title {
font-size: 54px; font-size: 48px;
font-weight: 700; font-weight: 700;
height: 40%;
margin-bottom: 6px;
text-shadow: 1px 1px 2px $black; text-shadow: 1px 1px 2px $black;
} }
@ -48,9 +50,8 @@ section {
font-size: 18px; font-size: 18px;
font-weight: 400; font-weight: 400;
overflow: hidden; overflow: hidden;
max-height: 145px; height: 50%;
height: fit-content; word-wrap: break-word;
margin-bottom: 24px;
text-shadow: 1px 1px 2px $black; text-shadow: 1px 1px 2px $black;
} }