From 505e3a635198a4aed6c75d770e87ac738dd5b8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Winterhalter?= Date: Thu, 17 Oct 2024 22:45:10 +0200 Subject: [PATCH] Better display for email --- pandoc/template.html4 | 2 +- website/style.css | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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 ***/