Twitter bootstrap – Resizing issue when displaying image adjacent to text
I'm having some trouble with displaying an image next to text using Twitter Bootstrap. I have the following HTML code: <div class="panel panel-primary panel-projects"> <div class="panel-heading"> <h3 class="panel-title">Marijuana, Beer, and Wine Markets</h3> </div> <div class="panel-body"> <div class="row"> <img class="project-image col-md-4…