rening padding and margins

This commit is contained in:
Antoine M 2023-11-29 18:48:24 +01:00
parent 3db063bbc0
commit 117bb39c44

View File

@ -1,12 +1,14 @@
.breadcrumbs_navigation {
@apply py-6 container mx-auto px-0 pl-1;
@apply pt-6 container mx-auto px-0 pl-1;
ol {
@apply list-none flex flex-nowrap items-start text-sm font-bold gap-x-2;
@apply list-none flex flex-nowrap items-start text-sm font-bold gap-x-2 !my-0;
li {
@apply flex items-start pt-4;
min-width: 50px;
a {
@apply text-neutral-900;
margin-top: -6px;
text-decoration: none;
}
}
li:nth-child(1) {