move navbar outside of the container

This commit is contained in:
Bilal Catic
2019-10-10 13:54:18 +02:00
parent 19a5c914aa
commit e2b72628a8
15 changed files with 16 additions and 48 deletions

View File

@@ -22,6 +22,14 @@
</head>
<body>
<%if (title) { %>
<nav style="background-color: #26a69a; margin: auto;">
<div class="row center-align">
<h6 style="padding-top: 20px;"><%= title %></h6>
</div>
</nav>
<% } %>
<div class="container">
<%-body%>
</div>