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

@@ -1,6 +1,3 @@
<!--suppress HtmlUnknownAnchorTarget -->
<% include partials/navBar %>
<div class="row center-align">
<ul class="collection with-header">
<% for(const realEstate of realEstates) { %>
@@ -13,4 +10,4 @@
</li>
<% } %>
</ul>
</div>
</div>