styles : mise à jour CSS et JS

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-05-04 15:24:54 +02:00
parent f7bb3e86d4
commit 1d01de1217
4 changed files with 19 additions and 28 deletions

View file

@ -5,3 +5,9 @@
row-gap: var(--padding-vertical);
}
}
@media screen and (max-width: 800px) {
.hero__text {
display: block;
}
}