diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-03-12 15:19:29 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-03-12 15:19:29 -0400 |
commit | 203698abdb146afdc2886f91c2ad73d0053ae150 (patch) | |
tree | 77fdadca8a277191207dce8ebc5f3d51dea5168a /css | |
parent | 90be1f1d0dd9dd3a8d8b8dc850cf528fbe4d2548 (diff) |
index: reduced buttons for iphone, to fit on one line
Diffstat (limited to 'css')
-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 8eae9a76..77d6db06 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -147,6 +147,10 @@ body { width: 85%; } + .thumbnail .btn { + font-size: 13px; + } + } /* Landscape phone to portrait tablet */ |