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 {
|
.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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue