better title
This commit is contained in:
parent
e61fbfda69
commit
12297eb74f
@ -209,8 +209,12 @@ const allPerennes = getMockProjects('perenne');
|
|||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
|
||||||
|
|
||||||
.hero__name {
|
.hero__name {
|
||||||
|
font-family: 'Syne', sans-serif;
|
||||||
font-size: clamp(4rem, 12vw, 11rem);
|
font-size: clamp(4rem, 12vw, 11rem);
|
||||||
|
font-weight: 700;
|
||||||
line-height: 0.88;
|
line-height: 0.88;
|
||||||
letter-spacing: -0.04em;
|
letter-spacing: -0.04em;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
@ -222,8 +226,10 @@ const allPerennes = getMockProjects('perenne');
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hero__line--2 {
|
.hero__line--2 {
|
||||||
font-style: italic;
|
font-weight: 800;
|
||||||
color: var(--text-2);
|
color: transparent;
|
||||||
|
/* On utilise em pour que l'épaisseur s'adapte à la taille de l'écran */
|
||||||
|
-webkit-text-stroke: 0.02em #d45d3c; /* Un terracotta moderne et chaleureux */
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero__info {
|
.hero__info {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user