From e4e7efaa7eecf6c5befaa6e3aeb0aa0a49d64cbb Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Thu, 5 Jul 2018 14:22:43 -0700 Subject: [PATCH] Fix #22 --- src/App.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 18ab066..84599ff 100644 --- a/src/App.vue +++ b/src/App.vue @@ -46,12 +46,10 @@ h1, h2, h3, h4 { font-family: 'Open Sans', 'Avenir Next', 'Avenir', Helvetica, Arial, sans-serif; text-align: center; color: $text-fg; -} - -body { margin-left: 20px; margin-right: 20px; } + .inspector { margin-top: 10px; }