rening padding and margins
This commit is contained in:
parent
3db063bbc0
commit
117bb39c44
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user