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 {
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;
}