fix: 🩹 change cta from button to anchor
This commit is contained in:
parent
ce8752af5f
commit
0e384fdc59
|
@ -24,12 +24,14 @@
|
|||
}
|
||||
|
||||
.components__heros__cta {
|
||||
text-decoration: none;
|
||||
background-color: var(--_accent-color);
|
||||
color: var(--sand-0);
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
padding: 1rem 2rem;
|
||||
font-size: 150%;
|
||||
font-family: var(--_font-family-accent);
|
||||
border: var(--_border-size) solid var(--_accent-color);
|
||||
transition: all var(--_transition-delay) ease;
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ export function Heros() {
|
|||
projet, rencontrer des passionnés apprendre et développer votre savoir
|
||||
faire, dans l'entraide et le partage.
|
||||
</p>
|
||||
<button class='components__heros__cta'>Participer</button>
|
||||
<a class='components__heros__cta' href='#first-section'>Participer</a>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue