From 4420d05a980f51797e10c9ab09cd0e70110254ae Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 13 Mar 2012 19:27:28 -0400 Subject: index: responsive thumbnail fix --- css/bootswatch.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/css/bootswatch.css b/css/bootswatch.css index 77d6db06..947ebba2 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -88,13 +88,9 @@ body { padding-right: 20px; text-align: center; } - -.thumbnail { - max-width: 370px; -} - + .thumbnail img { - max-height: 250px; + max-width: 100%; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; @@ -172,6 +168,11 @@ body { .hero-unit { margin-top: 0; } + + .thumbnail .btn { + font-size: 12px; + } + } /* Large desktop */ -- cgit v1.2.3