fix last border of menu-item

merge-requests/1931/head
Henry Jameson 7 months ago
parent c531391e87
commit 34e4dd0a79

@ -391,6 +391,7 @@ nav {
&:last-child {
border-bottom-right-radius: var(--roundness);
border-bottom-left-radius: var(--roundness);
border: none;
}
}

Loading…
Cancel
Save