From fc87dacde94a985ac7adee2a4359c087662ba9a4 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Sun, 10 Jan 2021 20:01:26 +0000 Subject: [PATCH] Not using gap bc it doesn't exist in Safari ugh --- index.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 600ce72..99d35cd 100644 --- a/index.css +++ b/index.css @@ -43,7 +43,9 @@ nav ul { padding: 0; list-style-type: none; display: flex; - gap: 1.5em; +} +nav li:not(:first-child) { + margin-left: 1em; } nav a { text-decoration: none;