Skip to content

Commit

Permalink
Add space around nav items
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Aug 18, 2022
1 parent 70f86d4 commit ab4e94e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ a:visited {
color: blue;
}

nav {
display: flex;
gap: 1rem;
justify-content: left;
}

.common, .uncommon, .rare, .epic, .legendary, .mythic {
border-radius: 0.25rem;
padding: 0.125rem 0.25rem 0.125rem 0.25rem;
Expand All @@ -56,6 +62,6 @@ a:visited {
}

.mythic {
color: white;
background-color: #f2a900;
color: white;
}

0 comments on commit ab4e94e

Please sign in to comment.