From 6bd3887b884f85f544bcd5ddd9f5bce7f5863495 Mon Sep 17 00:00:00 2001 From: Laura Dumitru Date: Wed, 31 Jan 2024 17:19:06 +0000 Subject: [PATCH] Updated footer margin on desktop --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 84eb53e..00803c6 100644 --- a/styles.css +++ b/styles.css @@ -273,7 +273,7 @@ footer svg.lucide:hover { footer svg.lucide { color: var(--text-colour); margin-top: 5em; - margin-bottom: 2em; + margin-bottom: 1em; margin-left: 1.5em; width: 40px; height: 40px;