home hero - implement hero link
This commit is contained in:
parent
bfcb25cf09
commit
1c8e47d810
2 changed files with 17 additions and 0 deletions
|
|
@ -5,6 +5,10 @@
|
|||
column-gap: calc(var(--space-m) / 1.5);
|
||||
}
|
||||
|
||||
.hero__text {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.hero__text h2 {
|
||||
font-size: var(--font-size-xl);
|
||||
width: 100%;
|
||||
|
|
@ -26,3 +30,13 @@
|
|||
.hero__text p:first-of-type {
|
||||
margin-top: var(--padding-vertical);
|
||||
}
|
||||
|
||||
.hero__link {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
.hero__link::before {
|
||||
content: "→";
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue