From ca6bdbb39732d0b491d9f55c0fa1f1abbff9e865 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 7 May 2021 05:32:50 +0200 Subject: Update the writing and projects sections w/styling --- app/print.styl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'app/print.styl') 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 + } + } +} -- cgit v1.2.3