diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-02-23 11:14:43 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-02-23 11:14:43 -0500 |
commit | 8f4ea184cfa1dfb7fb8c6d17a9bce1ba7ec662f8 (patch) | |
tree | db12cde4e5fc4280a8fa54761e991144a7b68f5a | |
parent | e7455c7cc338edf6c59bf796d1d1d883e079f0c3 (diff) |
index: reduce button font-size for mobile
-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 7abc7fac..9ef613d0 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -200,6 +200,10 @@ body .one .bsa_it_p { margin-bottom: 0; } + .thumbnail .btn { + font-size: 15px; + } + .modal { position: fixed !important; top: 25% !important; |