From 5e1929bea7e9ec434151209e8142979b8da69e26 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 11 Aug 2023 18:08:05 +0300 Subject: Rework styling of the web/print --- assets/scss/web/_work.scss | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'assets/scss/web/_work.scss') diff --git a/assets/scss/web/_work.scss b/assets/scss/web/_work.scss index 288ffef..c4d78d6 100644 --- a/assets/scss/web/_work.scss +++ b/assets/scss/web/_work.scss @@ -4,16 +4,13 @@ .work__header { } -.work__experience { -} - .work__experience { &:after { display: flex; content: ""; border-bottom: 1px solid; margin: auto; - max-width: 30%; + max-width: 75%; } &:last-of-type:after { // remove the extra horizontal line after the last work__experience @@ -40,7 +37,7 @@ .job-position__company { order: 0; margin-bottom: 0; - font-size: 1.4rem; + font-size: 1.2rem; } .job-position__title { @@ -72,10 +69,17 @@ } .note { - margin-top: 0.4em; - margin-bottom: 0.4em; + max-width: 93%; + margin-top: 0.6rem; + margin-bottom: 0.6rem; } .tasks { - margin-top: 0.4em; + max-width: 90%; + margin-top: 0.4rem; +} + +.footnote { + margin-bottom: 0.8rem; + font-size: 0.8rem; } -- cgit v1.2.3