Style tweak for left nav labels

This commit is contained in:
billz 2020-03-01 17:00:50 +00:00
parent 5b31c77b18
commit 3193cf068c
1 changed files with 2 additions and 2 deletions

View File

@ -62,11 +62,11 @@ body {
}
a.nav-link.active {
font-weight: bolder;
font-weight: bolder;
}
.sidebar .nav-item .nav-link {
padding: 0.6rem;
padding: 0.6rem 0.6rem 0.6rem 1.0rem;
}
.alert-success {