Skip to content

Commit

Permalink
Better display for email
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoWinterhalter committed Oct 17, 2024
1 parent c6ba3e5 commit 505e3a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pandoc/template.html4
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $endif$
<h2>$shortbio$</h2>
$endif$
$if(email)$
<p>✉️ $email$</p>
<p>✉️ <code>$email$</code></p>
$endif$
</aside>
</header>
Expand Down
9 changes: 9 additions & 0 deletions website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ header aside {
display: flex;
flex-direction: column;
flex: 3 300px;
margin-left: 30px;
}

header h2 {
font-size: medium;
}

header p {
margin: 0;
}

/*** MAIN ***/
Expand Down

0 comments on commit 505e3a6

Please sign in to comment.