Add unresponsive to the order of results at the top

This commit is contained in:
2019-11-24 21:01:16 -05:00
parent 866cfa29d7
commit e91c9f9d81
2 changed files with 6 additions and 3 deletions
+4 -2
View File
@@ -79,7 +79,8 @@
<div class="col-sm-12 col-md-8">
<nav>
@{ Html.RenderPartial("MainNavigation"); }
@{ // ReSharper disable once Mvc.PartialViewNotResolved
Html.RenderPartial("MainNavigation"); }
</nav>
</div>
@@ -99,7 +100,8 @@
<div class="container">
<div class="row">
@{ Html.RenderPartial("BottomNavigation"); }
@{ // ReSharper disable once Mvc.PartialViewNotResolved
Html.RenderPartial("BottomNavigation"); }
</div>
</div>