Fix first hovered child having wrong corners

This commit is contained in:
Julien Constant 2023-04-08 00:22:42 +02:00
parent bf9ca50780
commit 6f8f76ea4b
No known key found for this signature in database
GPG Key ID: 816E7C070117E5B7

View File

@ -59,10 +59,6 @@ nav.navbar {
height: auto;
justify-content: flex-start;
&:first-child {
border-radius: .6em .6em 0 0;
}
&:last-child {
border-radius: 0 0 .6em .6em;