From 0b8f78da1f811e1ae3476b3b85239d8b82004a5d Mon Sep 17 00:00:00 2001 From: "Kristoffer J. Sivertsen" Date: Fri, 11 May 2018 15:02:09 +0200 Subject: [PATCH] styling nav left --- src/App.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 145e26e..b95f9b8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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; }