fix last border of menu-item

This commit is contained in:
Henry Jameson 2024-02-13 02:31:33 +02:00
parent c531391e87
commit 34e4dd0a79

View File

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