1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 20:27:37 +00:00

added horizontal line between nav-header and nav items.

This commit is contained in:
amodolo
2018-10-15 21:56:49 +02:00
parent 315f10babf
commit a894af9398

View File

@@ -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