summaryrefslogtreecommitdiffstats
path: root/app/print.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/print.styl
parent1c3ce08c5c918eb55166d173cf79e15fe00973c9 (diff)
Update the writing and projects sections w/styling
Diffstat (limited to 'app/print.styl')
-rw-r--r--app/print.styl15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/print.styl b/app/print.styl
index 32c7c54..0d5915d 100644
--- a/app/print.styl
+++ b/app/print.styl
@@ -56,8 +56,23 @@ article {
}
article > .info {
+ // company
h2 {
margin-top: 0.8em
}
}
}
+
+.writing, .projects {
+ article {
+ // title
+ h2 {
+ margin-top: 1.2em
+ }
+
+ // description
+ p {
+ margin-bottom: -0.4em
+ }
+ }
+}