move navbar outside of the container
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user