Skip to content

Commit

Permalink
adapt layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick GAENS committed Nov 19, 2024
1 parent b1d1bf5 commit 83ff2b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _layouts/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{{ content }}

<div class="source-wrapper">
<p>Bron: https://mi3k3.github.io/curriculum-vitae/</p></div>
<p>Bron: https://fgaens.github.io/curriculum-vitae/</p></div>
</div>

</div>
Expand Down
10 changes: 5 additions & 5 deletions _sass/_print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
Expand All @@ -55,7 +55,7 @@
vertical-align: middle;
border-radius: 50%;
position: absolute;
border: 2px solid #368699;
border: 2px solid #0A6E14;
top: 0;
left: 24px;
}
Expand Down

0 comments on commit 83ff2b8

Please sign in to comment.