index: fix modal for mobile
authorThomas Park <thomas@thomaspark.me>
Thu, 26 Jul 2012 06:21:26 +0000 (02:21 -0400)
committerThomas Park <thomas@thomaspark.me>
Thu, 26 Jul 2012 06:21:26 +0000 (02:21 -0400)
css/bootswatch.css

index 7acd44a..76cc179 100644 (file)
@@ -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 */