Skip to content

Commit

Permalink
styling nav left
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofferjs committed May 11, 2018
1 parent f86d386 commit 0b8f78d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.vue
Expand Up @@ -61,13 +61,15 @@ nav {
background-color: #333;
font-size: 1rem;
height: 3.5rem;
justify-content: flex-start;
}
nav a {
flex-grow: 1;
color: #fff;
text-decoration: none;
text-align: center;
padding: 0 1rem;
font-weight: 700;
}
</style>

Expand Down

0 comments on commit 0b8f78d

Please sign in to comment.