diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-26 20:42:36 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-26 20:42:36 -0400 |
commit | 1110f075ee8975cd1a7a11f88752308b3ac7f739 (patch) | |
tree | bf43a28b46b75ce15ee09d363ef402ab5a113a60 /amelia/index.html | |
parent | 1b618f56016ee37d00c4105c73fb127025dd3d0e (diff) |
clearfix on ads
Diffstat (limited to 'amelia/index.html')
-rw-r--r-- | amelia/index.html | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/amelia/index.html b/amelia/index.html index 5e70a21f..08280ab9 100644 --- a/amelia/index.html +++ b/amelia/index.html @@ -97,16 +97,18 @@ <h1>Amelia</h1> <p class="lead">Sweet and cheery</p> </div> - <div class="col-lg-6 well" style="padding: 15px 15px 0 15px;"> - <a href="http://carboncostume.com/" target="_blank"> - <span style="float: left; margin: 0 15px 15px 0;"> - <img src="../assets/img/carboncostume.png" width="175" height="135" style="border-radius: 4px;"> - </span> - </a> - <a href="http://carboncostume.com/" target="_blank"> - <h4 style="margin-bottom: 0.4em; color: #fff;">Carbon Costume</h4> - <span style="display: block; margin-bottom: 1em; color: #fff;">Guides for DIY costumes using everyday gear.</span> - </a> + <div class="col-lg-6" style="padding: 15px 15px 0 15px;"> + <div class="well"> + <a href="http://carboncostume.com/" target="_blank"> + <span style="float: left; margin-right: 15px;"> + <img src="../assets/img/carboncostume.png" width="175" height="135" style="border-radius: 4px;"> + </span> + </a> + <a href="http://carboncostume.com/" target="_blank"> + <h4 style="margin-bottom: 0.4em; color: #fff;">Carbon Costume</h4> + <div style="color: #fff;" class="clearfix">Guides for DIY costumes using everyday gear.</div> + </a> + </div> </div> </div> </div> |