diff options
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; } |