Skip to content

Commit 2df78fc

Browse files
committed
Remove image classes
1 parent 09e2413 commit 2df78fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<h1>Healthy sandwiches for your team</h1>
1717

18-
<img src='images/sandwich.png' class='img-responsive'>
18+
<img src='images/sandwich.png'>
1919

2020
<form role='form'>
2121
<label for="email">Find out more</label>
@@ -26,17 +26,17 @@ <h1>Healthy sandwiches for your team</h1>
2626
<div id="buzz">
2727
<h2><small>The Buzz</small><br />What are people saying?</h2>
2828
<div>
29-
<img src='images/person.jpg' class="img-circle center-block">
29+
<img src='images/person.jpg'>
3030
<p>These sandwiches are the best I've ever tasted, for sure. I now eat them every day - breakfast, lunch and dinner.</p>
3131
<small>Mr Smith, Professional sandwich taster</small>
3232
</div>
3333
<div>
34-
<img src='images/person.jpg' class="img-circle center-block">
34+
<img src='images/person.jpg'>
3535
<p>My team are always far more productive after we order from Sam's. 40% more productive, in fact.</p>
3636
<small>Miss McAdam, CEO Workplace Analytics</small>
3737
</div>
3838
<div>
39-
<img src='images/person.jpg' class="img-circle center-block">
39+
<img src='images/person.jpg'>
4040
<p>We switched to Sam's Sarnies and won our first government contract the next day. Coincidence? I think not!</p>
4141
</div>
4242
</div>

0 commit comments

Comments
 (0)