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;