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 6af6d928..88e0b72a 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -116,7 +116,7 @@ body { @media (max-width: 480px) { .hero-unit { - padding: 40px 20px 80px; + padding: 40px 20px 100px; margin-top: 0; margin-bottom: 20px; } @@ -127,6 +127,11 @@ body { .hero-unit p { font-size: 13px; + line-height: 20px; + } + + #social { + margin-top: 0px; } .about { |