diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 47091c4..9360868 100644 --- a/static/style.css +++ b/static/style.css @@ -25,6 +25,14 @@ footer { padding: 0; } +h2, h3, h4, h5, h6 { + margin-bottom: 0px; +} + +p { + margin-top: 0px; +} + .navbar ul li { display: list-item; padding: 6px; |