summaryrefslogtreecommitdiffstats
path: root/app/base.styl
diff options
context:
space:
mode:
Diffstat (limited to 'app/base.styl')
-rw-r--r--app/base.styl18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/base.styl b/app/base.styl
index 76825be..a85c430 100644
--- a/app/base.styl
+++ b/app/base.styl
@@ -174,3 +174,21 @@ article {
}
}
}
+
+.writing, .projects {
+ article {
+ // title
+ h2 {
+ margin-bottom: 0
+ font-size: 1.2em
+ }
+
+ // description
+ p {
+ margin-left: 1.2em
+ margin-right: 1.2em
+ margin-top: 0
+ margin-bottom: 1.5em
+ }
+ }
+}