fix: marquee css fix
All checks were successful
Déploiement Docker Vite / deploy (push) Successful in 2m50s

This commit is contained in:
guamss 2026-09-14 18:54:13 +02:00
parent 6319371ee4
commit 76e0815127

View File

@ -2,14 +2,15 @@
header { header {
align-self: stretch; align-self: stretch;
padding: 2rem; padding: 2rem 0;
display: flex; display: flex;
width: 100%;
gap: 2rem; gap: 2rem;
flex-direction: column; flex-direction: column;
> nav { > nav {
gap: 2rem; gap: 2rem;
width: 100%; padding: 0 2rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
@ -127,7 +128,6 @@ header {
white-space: nowrap; white-space: nowrap;
padding: 1rem; padding: 1rem;
margin: 15px 0; margin: 15px 0;
border-radius: 20px;
> span { > span {
color: var(--secondary-font-dark-color); color: var(--secondary-font-dark-color);
display: inline-block; display: inline-block;