summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/style.css b/style.css
index 21610b0..847cfe2 100644
--- a/style.css
+++ b/style.css
@@ -28,5 +28,9 @@ p {
28 28
29p + p { 29p + p {
30 text-indent: 1.5em; 30 text-indent: 1.5em;
31 margin-top: 0 31 margin-top: 0;
32}
33
34pre {
35 margin-left: 1.5em;
32} 36}