Not using gap bc it doesn't exist in Safari ugh
This commit is contained in:
parent
9302d24a41
commit
fc87dacde9
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue