diff options
-rw-r--r-- | static/style/default.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style/default.css b/static/style/default.css index 0e4ec74..b3db7ec 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -53,7 +53,8 @@ h3 { padding-left: 0px; padding-right: 30px; } p { - margin-bottom:1em; } + margin-bottom: .5em; + margin-top: .5em; } hr { height: 14px; padding: 1px; |