Skip to content

Commit bd26b71

Browse files
alldishesview better layout
1 parent 1dd9dfc commit bd26b71

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index_draft.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,18 +139,18 @@ <h4>FIND A DISH</h4>
139139
<button class="btn btn-warning">search</button>
140140

141141
<hr>
142-
142+
<div class="row">
143143
<div id="allDishesView">
144144

145-
<div class="col-md-2">
145+
<!-- <div class="col-md-2">
146146
<div class="thumbnail">
147147
<img src="images/bakedbrie.jpg" alt="Baked Brie" style="width:100%">
148148
<div class="caption">
149149
<p id="dishName">Baked Brie</p>
150150
</div>
151151
</div>
152152
</div>
153-
<!--
153+
154154
<div class="col-md-2">
155155
<div class="thumbnail">
156156
<img src="images/icecream.jpg" alt="Ice Cream" style="width:100%">
@@ -189,7 +189,8 @@ <h4>FIND A DISH</h4>
189189

190190

191191

192-
</div>
192+
</div>
193+
</div>
193194
</div>
194195

195196

0 commit comments

Comments
 (0)