fix: marquee css fix
All checks were successful
Déploiement Docker Vite / deploy (push) Successful in 2m50s
All checks were successful
Déploiement Docker Vite / deploy (push) Successful in 2m50s
This commit is contained in:
parent
6319371ee4
commit
76e0815127
@ -2,14 +2,15 @@
|
||||
|
||||
header {
|
||||
align-self: stretch;
|
||||
padding: 2rem;
|
||||
padding: 2rem 0;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
gap: 2rem;
|
||||
flex-direction: column;
|
||||
|
||||
> nav {
|
||||
gap: 2rem;
|
||||
width: 100%;
|
||||
padding: 0 2rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
@ -127,7 +128,6 @@ header {
|
||||
white-space: nowrap;
|
||||
padding: 1rem;
|
||||
margin: 15px 0;
|
||||
border-radius: 20px;
|
||||
> span {
|
||||
color: var(--secondary-font-dark-color);
|
||||
display: inline-block;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user