💄 no more spacing with small screen

This commit is contained in:
Julien Calixte
2023-07-07 02:20:28 +02:00
parent a059fc1812
commit e0f71bf715

View File

@@ -122,6 +122,7 @@ li {
background-color: var(--background-color); background-color: var(--background-color);
padding: 0 0.5rem; padding: 0 0.5rem;
font-size: min(36px, 50vw); font-size: min(36px, 50vw);
height: initial;
} }
.customer-satisfaction::before { .customer-satisfaction::before {