10.2.2 Creating a Responsive Product List; Listing 10-3 Creating a Product List in _Layout.cshtml File

chap10
Jason Zhu 2021-09-22 22:46:58 +10:00
parent 17c5e9e391
commit b03c3d3e77
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@
@Html.Action("Summary", "Cart")
</div>
<div class="row panel">
<div id="categoreis" class="col-xs-3">
<div class="col-sm-3 hidden-xs">
@Html.Action("Menu", "Nav")
</div>
<div class="col-xs-8">
<div class="col-xs-12 col-sm-8">
@RenderBody()
</div>
</div>