Remove last menu item bottom line

This commit is contained in:
Jorit Tijsen
2024-03-20 12:42:52 +01:00
parent 5b9dc7c7f3
commit fd2b17689c
3 changed files with 7 additions and 1 deletions

View File

@@ -240,6 +240,9 @@
border-bottom: 1px solid #f8f8f8;
text-transform: uppercase;
}
li:last-child a {
border-bottom: none;
}
}
> ul {