home replace texte

This commit is contained in:
Julie Blanc 2026-02-11 15:55:10 +01:00
parent 7ea78dc8ce
commit 46b251e229
9 changed files with 66 additions and 27 deletions

View file

@ -34,23 +34,37 @@
margin: 0 auto;
}
}
}
.item-nav__group{
.item-nav__group{
display: flex;
flex-direction: column;
gap: var(--unit);
}
.section--title{
font-size: 2.8rem;
font-family: var(--font-title);
margin-bottom: calc(var(--unit)*3);
.section--header{
margin-bottom: calc(var(--unit)*3);
}
.section--title{
font-size: 2.8rem;
font-family: var(--font-title);
margin-bottom: calc(var(--unit)*1);
}
.baseline{
font-size: var(--fs-medium);
max-width: 46ch;
}
}
.slideshow{
width: 100%;
@ -70,7 +84,7 @@
grid-template-columns: 4fr 5fr;
column-gap: calc(var(--unit)*3);
.section--title{
.section--header{
grid-column: 1/end;
width: 100%;
}
@ -109,7 +123,8 @@
/* button{ display: none;} */
.description{
font-size: 1.6rem;
font-size: var(--fs-medium);
max-width: 48ch;
margin: 0 auto;
margin-bottom: calc(var(--unit)*1.5);