From aa25e8df90d4f346287d5b4530fd477d851527ff Mon Sep 17 00:00:00 2001 From: Oxbian Date: Mon, 3 Jul 2023 23:41:46 +0200 Subject: [PATCH] Fixing website --- assets/style/style.css | 5 +++++ index.html | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/style/style.css b/assets/style/style.css index 00a06b3..b2e7eb0 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -126,6 +126,11 @@ h1 { border-bottom: 1px solid var(--title-color); } +#contact ul +{ + margin-bottom: 2vh; +} + /* Responsive design */ @media screen and (max-width: 700px) { diff --git a/index.html b/index.html index 1da1b8d..936e9a3 100644 --- a/index.html +++ b/index.html @@ -63,8 +63,8 @@