Skip to content

Commit

Permalink
fix nav alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Aug 17, 2019
1 parent 2d290b3 commit ee1dfc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"@greenwood/cli": "^0.3.5",
"eslint": "^6.1.0"
}
}
}
1 change: 1 addition & 0 deletions src/components/navigation/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class NavigationComponent extends HTMLElement {
list-style: none;
margin: 0 auto;
width: 80%;
padding: 0;
}
.navigation li {
Expand Down

0 comments on commit ee1dfc0

Please sign in to comment.