summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-02-23 11:14:43 -0500
committerThomas Park <thomas@thomaspark.me>2013-02-23 11:14:43 -0500
commit8f4ea184cfa1dfb7fb8c6d17a9bce1ba7ec662f8 (patch)
treedb12cde4e5fc4280a8fa54761e991144a7b68f5a
parente7455c7cc338edf6c59bf796d1d1d883e079f0c3 (diff)
index: reduce button font-size for mobile
-rw-r--r--css/bootswatch.css4
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;