X-Git-Url: https://git.danix.xyz/?p=curriculum.git;a=blobdiff_plain;f=css%2Fsource%2Fstyle.scss;fp=css%2Fsource%2Fstyle.scss;h=dff50a58ac99ccaa4c859b1e65aa6c23b2189dcb;hp=f809aa9db0e4145dda96a79e74553d784ab96a47;hb=e6e48bf722ead22fdf821ba479206d00e595b48a;hpb=3aebadf7dcfb602fd3f85e7086627da126d43ad7 diff --git a/css/source/style.scss b/css/source/style.scss index f809aa9..dff50a5 100644 --- a/css/source/style.scss +++ b/css/source/style.scss @@ -54,6 +54,12 @@ body { text-align: center; padding-left: 1em; padding-right: 1em; + #print-page { + i { + font-size: 6em; + color: $primary-color-light; + } + } } } #header { @@ -204,7 +210,7 @@ body { @page { size: A4; - margin: 11mm 15mm 15mm 17mm; + margin: 17mm 15mm 17mm 15mm; } @media print { @@ -217,9 +223,9 @@ body { } #header { figure { - width: 7em; + width: 8em; img { - width: 7em; + width: 8em; box-shadow: none; } } @@ -233,7 +239,12 @@ body { } } div.knowledge { - page-break-after: always !important; + p:last-child { + page-break-after: always !important; + } + } + h2.personal-details { + page-break-before: always; } } }