diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-05-07 07:34:26 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-05-07 07:34:26 +0200 |
| commit | d7a2fd65bcafd536b36e70203eedc9fa7f54f8ba (patch) | |
| tree | 3f39a7d124c6d2ebba4739f87d2c2f19c2787c94 /app | |
| parent | 08788aa48f30c6821fdd4ec15b16f05f075769d7 (diff) | |
Fix styling issues on safari
Diffstat (limited to 'app')
| -rw-r--r-- | app/print.styl | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
