diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-07-26 02:21:26 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-07-26 02:21:26 -0400 |
commit | 5d01584a182c4d0ac709550d730f7c43c37e3cce (patch) | |
tree | 6ddbf4d4a5977d756a08cc22effdb8e465e2f852 | |
parent | 4fcb41564492d31a684aa8dfd4dcb8f7d7571c16 (diff) |
index: fix modal for mobile
-rw-r--r-- | css/bootswatch.css | 7 |
1 files changed, 6 insertions, 1 deletions
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 */ |