From a29761ed0762b4d0dd2ba00150416731c6df2240 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 15 Mar 2012 21:54:07 -0400 Subject: index: added support section --- css/bootswatch.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/bootswatch.css b/css/bootswatch.css index 94543029..c7e8e33e 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -100,6 +100,10 @@ body { vertical-align: top; } +.thumbnail p { + max-width: 352px; +} + .thumbnail .btn-toolbar { text-align: right; } @@ -107,7 +111,7 @@ body { .thumbnail .btn-group { margin-top: 10px; } - + /* Landscape phones and down */ @media (max-width: 480px) { @@ -157,7 +161,7 @@ body { } /* Landscape phone to portrait tablet */ -@media (max-width: 768px) { +@media (max-width: 767px) { .hero-unit { margin-top: 0; @@ -169,6 +173,10 @@ body { /* Portrait tablet to landscape and desktop */ @media (min-width: 768px) and (max-width: 980px) { + .hero-unit { + margin-top: 0; + } + .thumbnail .btn { font-size: 11px; } -- cgit v1.2.3