From af0436b9468218940860d82fdee8f5ee04cc3c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 12 Nov 2018 19:58:11 +0100 Subject: [PATCH] Increase spacing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/App.vue | 1 + src/components/UserEntry.vue | 4 ++-- src/views/ProfileFollowers.vue | 7 +++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index 9dedeaf5..a05ed52b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -38,6 +38,7 @@ .setup input[type=url] { width: 300px; + } #app-content .social__wrapper { margin: 15px calc(50% - 350px - 75px); diff --git a/src/components/UserEntry.vue b/src/components/UserEntry.vue index 0f260bf0..63c86de2 100644 --- a/src/components/UserEntry.vue +++ b/src/components/UserEntry.vue @@ -30,7 +30,7 @@ -

{{ item.description}}

+

{{ item.description }}

@@ -58,7 +58,7 @@ export default {