From 5d01584a182c4d0ac709550d730f7c43c37e3cce Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 26 Jul 2012 02:21:26 -0400 Subject: index: fix modal for mobile --- css/bootswatch.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/bootswatch.css b/css/bootswatch.css index 7acd44a2..76cc1792 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -126,7 +126,7 @@ body { .hero-unit p { font-size: 13px; - line-height: 20px; + line-height: 18px; } #social { @@ -141,6 +141,11 @@ body { .about h3 { margin-top: 20px; } + + .modal { + position: fixed !important; + top: 25% !important; + } } /* Landscape phone to portrait tablet */ -- cgit v1.2.3