diff options
-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 */ |