Not using gap bc it doesn't exist in Safari ugh

This commit is contained in:
Dustin Swan 2021-01-10 20:01:26 +00:00
parent 9302d24a41
commit fc87dacde9

View file

@ -43,7 +43,9 @@ nav ul {
padding: 0; padding: 0;
list-style-type: none; list-style-type: none;
display: flex; display: flex;
gap: 1.5em; }
nav li:not(:first-child) {
margin-left: 1em;
} }
nav a { nav a {
text-decoration: none; text-decoration: none;