Skip to content

Commit

Permalink
Update CV
Browse files Browse the repository at this point in the history
  • Loading branch information
N2D4 committed Sep 6, 2022
1 parent 1a06e86 commit 61b6985
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
9 changes: 6 additions & 3 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,15 +345,18 @@ hr.minus {
.textblock {
text-align: justify;
}

.textblock p {
margin-top: 2px;
margin-bottom: 0px;
}
}

@media not print {
.textblock p {
margin-top: 8px;
margin-bottom: 8px;
padding: 0px;
margin-bottom: 0px;
padding-left: 8px;
padding: 0 0 0 8px;
border-left: 1px solid var(--border-col);
}
}
Expand Down
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,8 @@ <h1>...and there's always more!</h1>
<div class="cvcol multi">
<div class="noprint">
<div class="sectionheader">
Personal Details
<span class="noprint">Personal details</span>
<span class="print">Personal Details</span>
</div>
<table>
<tr>
Expand Down Expand Up @@ -780,7 +781,8 @@ <h1>...and there's always more!</h1>
<div class="cvcol single">
<div>
<div class="sectionheader">
Selection of Personal Projects
<span class="noprint">Things I made</span>
<span class="print">Selection of Personal Projects</span>
</div>
<table>
<tr>
Expand Down Expand Up @@ -966,7 +968,7 @@ <h1>...and there's always more!</h1>
</div>

<div style="font-size: 80%;" class="noprint">
Last updated September 5th, 2022.
Last updated September 6th, 2022.
</div>


Expand Down

0 comments on commit 61b6985

Please sign in to comment.