REFACTOR: Ensure list items are not styled with default list styles
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
522b583927
commit
af587612f9
|
|
@ -1,9 +1,8 @@
|
||||||
|
|
||||||
.social-networks-links {
|
.social-networks-links {
|
||||||
@apply flex gap-2;
|
@apply flex gap-2;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
@apply list-none;
|
@apply !list-none;
|
||||||
}
|
}
|
||||||
.social-link {
|
.social-link {
|
||||||
@apply transition-all duration-300 ease-out block;
|
@apply transition-all duration-300 ease-out block;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user