Update hero section styles
This commit is contained in:
parent
e03cef5ba5
commit
2a0ac62ad9
|
|
@ -2,23 +2,27 @@
|
|||
height: 90svh;
|
||||
}
|
||||
.hero div {
|
||||
text-align: center;
|
||||
text-align: start;
|
||||
flex-direction: column;
|
||||
justify-content: end;
|
||||
align-items: center;
|
||||
align-items: start;
|
||||
display: flex;
|
||||
}
|
||||
.hero p {
|
||||
max-width: 48ch;
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
.hero div {
|
||||
text-align: start;
|
||||
align-items: start;
|
||||
}
|
||||
}
|
||||
.hero-title {
|
||||
font-size: 1.8rem;
|
||||
font-weight: 600;
|
||||
line-height: 1;
|
||||
margin-bottom: .4em;
|
||||
}
|
||||
.hero-title .accent-font {
|
||||
font-size: 1.5em;
|
||||
line-height: 1;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
color: currentColor;
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
.hero-title {
|
||||
|
|
|
|||
Loading…
Reference in a new issue