Fix _navbar regression

This commit is contained in:
Rhyne Vlaservich 2022-11-24 12:19:37 -05:00
parent b9a3f08f65
commit 9b617f6283
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ nav {
@include color('color', 'primary');
border-bottom-left-radius: 15px 5px;
border-bottom-right-radius: 15px 3px;
height: 0.3rem;
border-bottom-style: solid;
border-bottom-width: 5px;
margin: 6px 0;
transition: 0.4s;
width: 2rem;