diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-03-12 15:10:29 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-03-12 15:10:29 -0400 |
commit | 90be1f1d0dd9dd3a8d8b8dc850cf528fbe4d2548 (patch) | |
tree | 9578d7b10219a8a6de8bf6507e902cebdcb828c1 | |
parent | 01137cc0586917ca9803be6c10c863faf6273680 (diff) |
index: iphone tweaks 2
-rw-r--r-- | css/bootswatch.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 88e0b72a..8eae9a76 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -116,7 +116,7 @@ body { @media (max-width: 480px) { .hero-unit { - padding: 40px 20px 100px; + padding: 40px 20px 80px; margin-top: 0; margin-bottom: 20px; } @@ -132,6 +132,7 @@ body { #social { margin-top: 0px; + margin-bottom: 40px; } .about { |