diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-08-11 18:08:05 +0300 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-08-11 20:20:09 +0300 |
| commit | 5e1929bea7e9ec434151209e8142979b8da69e26 (patch) | |
| tree | 00aa76125a9b83e39702b551f9609f9ed18803dc /assets/scss/print/_work.scss | |
| parent | ca799cfbb00041dfdc809bc9fdb3f1e07ebe7435 (diff) | |
Rework styling of the web/print
Diffstat (limited to 'assets/scss/print/_work.scss')
| -rw-r--r-- | assets/scss/print/_work.scss | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/assets/scss/print/_work.scss b/assets/scss/print/_work.scss index 9495eb0..2189869 100644 --- a/assets/scss/print/_work.scss +++ b/assets/scss/print/_work.scss @@ -1,5 +1,9 @@ .work { - margin-top: 75px; + margin-top: 24pt; +} + +.work__header { + margin-bottom: 0.2rem; } .work__experience { @@ -8,7 +12,26 @@ // Style the Company name links in the PDF with thicker underline .job-position__company { + margin-top: 0.6rem; + font-size: 11pt; a:link, a:visited, a:hover, a:active { - text-decoration-thickness: 2px; + text-decoration-thickness: 1px; } } + +.job-position__title, +.job-position__duration, +.job-position__location { +} + +.note { + max-width: 100%; +} + +.tasks { + max-width: 90%; +} + +.footnote { + font-size: 7pt; +} |
