summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 19c98e9..fa7019e 100644
--- a/style.css
+++ b/style.css
@@ -11,6 +11,7 @@ body {
}
p {
+ margin-bottom: -0.5em;
font-size: 1.3em;
}
@@ -24,6 +25,10 @@ a:hover {
color: #B48EAD; /* Purple */
}
+li {
+ font-size: 1.1em;
+}
+
small {
padding: 0.6em;
}