JSFiddle - React, Tailwind, and code Playground
by bigwelly
HTML
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css">
<div class="container-fluid">
<div class="row-fluid">
<div class="span4 half">
<img src="http://placehold.it/120x100" width="120" />
</div>
<div class="span8 half">
<a class="btn btn-large" href="#" style="width:100%;"><i class="icon-map-marker"></i> Find Location</a><br />
<a class="btn btn-large" href="#" style="width:100%;"><i class="icon-comment"></i> Call Now</a>
</div>
</div>
</div>
CSS
@media all and (max-width: 480px) {
.half {
float: left !important;
width: 50% !important;
}
}