diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/bootswatch.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 4031d3fb..bfc37514 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -25,7 +25,7 @@ body { .hero-unit { margin-top: 60px; - margin-bottom: 60px; + margin-bottom: 10px; } .hero-unit h1, .hero-unit p { @@ -61,6 +61,10 @@ body { opacity: .65; } +#ticker { + margin-bottom: 40px; +} + .about { margin-top: 20px; } |