diff --git a/src/lib/components/action-card.svelte b/src/lib/components/action-card.svelte index 5f75220..d6a544a 100644 --- a/src/lib/components/action-card.svelte +++ b/src/lib/components/action-card.svelte @@ -32,14 +32,10 @@ } @media (max-width: 919px) { - nav :global(ul li:nth-last-of-type(2)) { + nav :global(ul li:nth-child(2n+1):nth-last-of-type(2)) { border-bottom: unset; } - nav :global(ul li:not(:first-of-type):nth-last-of-type(2n)) { - border-bottom: 1px solid var(--action-card-border); - } - nav :global(ul li:nth-child(2n+1):last-of-type) { grid-column: 1 / 3; }