From 2aeed37229aa8ca58072f577943dd32d963cf99b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 26 Oct 2018 13:08:12 +0200 Subject: Properly align content container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/App.vue | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index ef25ee57..9dedeaf5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -30,6 +30,7 @@ .app-social { width: 100%; } + .setup { margin: auto; width: 700px; @@ -37,6 +38,9 @@ .setup input[type=url] { width: 300px; + + #app-content .social__wrapper { + margin: 15px calc(50% - 350px - 75px); } -- cgit v1.2.3