diff --git a/resources/css/components/breadcrumb.css b/resources/css/components/breadcrumb.css index 1ae3f63..01f4afd 100644 --- a/resources/css/components/breadcrumb.css +++ b/resources/css/components/breadcrumb.css @@ -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) {