Merge pull request #244 from Guergeiro/hotfix/navbar-icon

fix: Re-added height to navbar icon bars
This commit is contained in:
Rhyne 2022-11-24 12:12:47 -05:00 committed by GitHub
commit c4796bb2b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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