summaryrefslogtreecommitdiffstats
path: root/app/base.styl
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-05-07 05:32:50 +0200
committerAhmed Abdelhalim <[email protected]>2021-05-07 05:32:50 +0200
commitca6bdbb39732d0b491d9f55c0fa1f1abbff9e865 (patch)
tree200863723ee3b5350d90fa53eec97349eb4fe0e8 /app/base.styl
parent1c3ce08c5c918eb55166d173cf79e15fe00973c9 (diff)
Update the writing and projects sections w/styling
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
+ }
+ }
+}