4 lines
83 B
CSS
4 lines
83 B
CSS
@utility list-horizontal {
|
|
@apply list-none flex flex-wrap items-center gap-3;
|
|
}
|