REFACTOR: Ensure list items are not styled with default list styles
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-05-21 10:33:35 +02:00
parent 522b583927
commit af587612f9

View File

@ -1,9 +1,8 @@
.social-networks-links {
@apply flex gap-2;
li {
@apply list-none;
@apply !list-none;
}
.social-link {
@apply transition-all duration-300 ease-out block;