From d7a2fd65bcafd536b36e70203eedc9fa7f54f8ba Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 7 May 2021 07:34:26 +0200 Subject: Fix styling issues on safari --- app/print.styl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/print.styl') diff --git a/app/print.styl b/app/print.styl index 9c1ff49..bc681ca 100644 --- a/app/print.styl +++ b/app/print.styl @@ -14,6 +14,7 @@ header { // Name h1 { font-size: 27pt + margin-top: 0.2em margin-bottom: 0 } @@ -79,6 +80,9 @@ article { .education { article { + // remove the extra space added for the website + margin-bottom: 0 + // title h2 { margin-top: 1.2em -- cgit v1.2.3