diff --git a/pandoc/template.html4 b/pandoc/template.html4 index 63cbbba..b636813 100644 --- a/pandoc/template.html4 +++ b/pandoc/template.html4 @@ -42,7 +42,7 @@ $endif$

$shortbio$

$endif$ $if(email)$ -

✉️ $email$

+

✉️ $email$

$endif$ diff --git a/website/style.css b/website/style.css index d4992ac..36b76e6 100644 --- a/website/style.css +++ b/website/style.css @@ -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 ***/