From 83ff2b8d07824690d92b2064ef66bde6b7922963 Mon Sep 17 00:00:00 2001 From: Frederick GAENS Date: Tue, 19 Nov 2024 10:59:44 +0100 Subject: [PATCH] adapt layout --- _layouts/print.html | 2 +- _sass/_print.scss | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_layouts/print.html b/_layouts/print.html index dd227a3..e15a756 100644 --- a/_layouts/print.html +++ b/_layouts/print.html @@ -26,7 +26,7 @@ {{ content }}
-

Bron: https://mi3k3.github.io/curriculum-vitae/

+

Bron: https://fgaens.github.io/curriculum-vitae/

diff --git a/_sass/_print.scss b/_sass/_print.scss index dfc00bc..0116a07 100644 --- a/_sass/_print.scss +++ b/_sass/_print.scss @@ -6,9 +6,9 @@ body { font-size: 12pt; } - .experiences-section .item:nth-child(5) { - margin-top: 200px; - } +// .experiences-section .item:nth-child(5) { +// margin-top: 200px; +// } .print-wrapper .main-wrapper .source-wrapper{ margin-top: 145px; } @@ -28,7 +28,7 @@ .group-title{ flex-grow:1; text-align: center; - background-color: #368699 !important; + background-color: #0A6E14 !important; font-size: 14px; margin-top: 20px; margin-bottom: 32px; @@ -55,7 +55,7 @@ vertical-align: middle; border-radius: 50%; position: absolute; - border: 2px solid #368699; + border: 2px solid #0A6E14; top: 0; left: 24px; }