diff options
-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 { |