refining breadcrumb
This commit is contained in:
parent
4c0f13c3fe
commit
bc839beac1
|
|
@ -1,14 +1,17 @@
|
|||
.breadcrumbs_navigation {
|
||||
@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 !my-0;
|
||||
@apply list-none flex flex-wrap lg:flex-nowrap items-start text-sm font-bold gap-x-2 !my-0;
|
||||
li {
|
||||
@apply flex items-start pt-4;
|
||||
min-width: 50px;
|
||||
/* min-width: 40px; */
|
||||
a {
|
||||
@apply text-neutral-900;
|
||||
@apply text-neutral-900 font-semibold underline;
|
||||
margin-top: -6px;
|
||||
text-decoration: none;
|
||||
/* text-decoration: none; */
|
||||
}
|
||||
a[aria-current='location'] {
|
||||
@apply no-underline font-bold;
|
||||
}
|
||||
}
|
||||
li:nth-child(1) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user