Add unresponsive to the order of results at the top
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user