From 8f4ea184cfa1dfb7fb8c6d17a9bce1ba7ec662f8 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sat, 23 Feb 2013 11:14:43 -0500 Subject: [PATCH] index: reduce button font-size for mobile --- css/bootswatch.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/bootswatch.css b/css/bootswatch.css index 7abc7fa..9ef613d 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; -- 2.39.2