@media (max-width: 480px) {
    nav ul li {
        margin: 0 0px; /* Réduction encore plus importante pour très petits écrans */
    }
}
