summaryrefslogtreecommitdiffstats
path: root/assets/scss/print/_education.scss
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2023-08-11 18:08:05 +0300
committerAhmed Abdelhalim <[email protected]>2023-08-11 20:20:09 +0300
commit5e1929bea7e9ec434151209e8142979b8da69e26 (patch)
tree00aa76125a9b83e39702b551f9609f9ed18803dc /assets/scss/print/_education.scss
parentca799cfbb00041dfdc809bc9fdb3f1e07ebe7435 (diff)
Rework styling of the web/print
Diffstat (limited to 'assets/scss/print/_education.scss')
-rw-r--r--assets/scss/print/_education.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/scss/print/_education.scss b/assets/scss/print/_education.scss
index fd0ba28..8984bfa 100644
--- a/assets/scss/print/_education.scss
+++ b/assets/scss/print/_education.scss
@@ -1,11 +1,15 @@
.education {
// avoid page breaks inside the education section
page-break-inside: avoid;
- margin-top: 75px;
+ margin-top: 24pt;
// remove the extra space added for the website
margin-bottom: 0;
}
+.education__degree {
+ font-size: 10pt;
+}
+
.education__details {
margin-top: 0.3em;
}