diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-06-08 00:52:04 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-06-08 00:52:04 -0400 |
commit | 6baf6862d3a5829c44cdbc782c5922d368659195 (patch) | |
tree | 257ba4efd7a11865524921da81e23cf1e9ac98f9 | |
parent | 984ac79396802c338cc7806963028614bebb9318 (diff) |
index: fix spacing for iphone
-rw-r--r-- | css/bootswatch.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 9a455f3d..033c348c 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -175,6 +175,10 @@ body { padding-bottom: 80px; } + .thumbnails > .span4 { + margin-left: 0; + } + } /* Portrait tablet to landscape and desktop */ |