From 818e0d7f4972f55fc6fc7b35bf9fed417bde177f Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Fri, 7 Jan 2022 16:21:52 +0100 Subject: [PATCH] fix: increase margin between logo and navigation --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index e6c07c4..ec1e055 100644 --- a/src/App.vue +++ b/src/App.vue @@ -117,7 +117,7 @@ header { .nav-logo { display: block; - margin: 0 0 0 0.25em; + margin: 0 0.5em 0 0.25em; height: 2em; border: 0.125em solid #fff; border-radius: 100%;