update hero banner design
This commit is contained in:
parent
6ba9a41404
commit
60f42e4aae
1 changed files with 7 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue