diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-02-09 18:45:05 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-02-09 18:45:05 -0500 |
commit | b169fbeea6819a511498ee4ad42ad4f66eaa3e0a (patch) | |
tree | eec06706eb0bed5bfc5e964f132093f3140a31d5 /css | |
parent | 0a291e362337e267b105cda80d39a700c8221036 (diff) |
added smooth scrolling
Diffstat (limited to 'css')
-rw-r--r-- | css/bootswatch.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index b5d15461..ddd3f3bd 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -4,7 +4,8 @@ body { } section { - margin-top: 100px; + margin-top: 60px; + padding-top: 100px; } /* index */ @@ -295,10 +296,6 @@ body .one .bsa_it_p { } /* subnav */ - -section { - padding-top: 60px; -} .subnav { margin-bottom: 60px; |