summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 4f891f2..17ba99a 100644
--- a/css/style.css
+++ b/css/style.css
@@ -68,6 +68,14 @@ nav a:hover {
font-size: 1.15em;
}
+p {
+ margin-bottom: 0;
+}
+
+p + ol, p + ul {
+ margin-top: 0
+}
+
ul {
list-style: square;
}