Fix nav margins
I don't want the first nav item to have a left margin, but I do want it to have a right margin.
This commit is contained in:
parent
4a3d2295ff
commit
999cb8845b
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ body > nav li {
|
|||
white-space: nowrap;
|
||||
}
|
||||
body > nav li:first-of-type {
|
||||
margin: 0;
|
||||
margin: 0 1rem 0 0;
|
||||
}
|
||||
body > nav a {
|
||||
transition: 0.2s;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue