From ee84c5701a0d2d01b391a8f6c649ef7cfb6f8097 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 18 Feb 2025 16:37:05 +0100 Subject: [PATCH] wip --- img/{email.svg => mail.svg} | 0 img/{phone.svg => tel.svg} | 0 index.html | 32 ++++++++++++++++++++------------ style/main.css | 10 +++++----- 4 files changed, 25 insertions(+), 17 deletions(-) rename img/{email.svg => mail.svg} (100%) rename img/{phone.svg => tel.svg} (100%) diff --git a/img/email.svg b/img/mail.svg similarity index 100% rename from img/email.svg rename to img/mail.svg diff --git a/img/phone.svg b/img/tel.svg similarity index 100% rename from img/phone.svg rename to img/tel.svg diff --git a/index.html b/index.html index b397eed..38d74b3 100644 --- a/index.html +++ b/index.html @@ -32,10 +32,9 @@ + + + + +
+

Contact

+ + + +

Skills

diff --git a/style/main.css b/style/main.css index d77bb7c..d8c2647 100644 --- a/style/main.css +++ b/style/main.css @@ -118,7 +118,7 @@ div.org { section.banner { align-items: center; display: flex; - justify-content: space-around; + justify-content: space-evenly; } .banner { margin-block-start: .5em; @@ -176,6 +176,10 @@ li:nth-of-type(odd) { background: var(--item-odd-gradient); } +.banner table { + margin-block-start: 0; + margin-inline: 0; +} table { margin-inline: auto; } @@ -199,10 +203,6 @@ ul { grid-template-columns: 1fr; } -.banner div { - text-align: center; -} - .title, .duration.org { font-weight: bold; }