Réactivité : plus de décalage vers la gauche

This commit is contained in:
Ahurac 2024-05-03 10:56:28 +02:00
parent c4fb14c331
commit 1b261a5328
2 changed files with 10 additions and 0 deletions

View file

@ -46,5 +46,9 @@ span {
div, nav { div, nav {
flex-direction: column; flex-direction: column;
} }
nav {
padding: 0;
}
} }
</style> </style>

View file

@ -35,4 +35,10 @@ a:hover::after {
transform: scaleX(1); transform: scaleX(1);
transform-origin: bottom left; transform-origin: bottom left;
} }
@media screen and (max-width: 800px) {
a {
margin: 0;
}
}
</style> </style>