feat: améliore les listes

pull/1/head
Jalil Arfaoui 2022-07-25 02:18:15 +02:00
parent e3f8471cb3
commit 01975dde93
2 changed files with 8 additions and 2 deletions

View File

@ -12,6 +12,12 @@
@apply p-4;
}
p {
@apply mt-3
@apply mt-3;
}
a {
@apply underline;
}
ul {
@apply pl-6 list-disc;
}
}

View File

@ -11,7 +11,7 @@ header {
@apply relative inline px-2 py-8 my-8;
> ul {
@apply hidden;
@apply hidden list-none pl-0;
}
}
> li:hover > ul {