mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 14:47:28 +00:00
added horizontal line between nav-header and nav items.
This commit is contained in:
@@ -7,6 +7,7 @@ nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed-top
|
||||
span.navbar-toggler-icon
|
||||
|
||||
.collapse.navbar-collapse
|
||||
.dropdown-divider
|
||||
ul.nav.navbar-nav.mr-auto
|
||||
li.nav-item(class=(title === 'Home') ? 'active' : undefined)
|
||||
a.nav-link(href='/') Home
|
||||
|
||||
Reference in New Issue
Block a user