From c7435f7fc13b49d55470f541d09ee594b804e809 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 22 Oct 2019 18:13:52 +0200 Subject: [PATCH] Centered tite --- src/views/Home.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index fda6505..0ef8f01 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -343,12 +343,15 @@ .presentation { .first-row { display: flex; + flex-direction: column; align-items: center; - padding: 70px; + padding-top: 70px; margin: auto; .brand { height: 47px; + margin-bottom: 20px; + margin-left: -30px; } div { @@ -356,7 +359,6 @@ } .description { - margin-left: 60px; font-size: 24px; font-weight: 600; } @@ -379,6 +381,7 @@ font-size: 16px; margin: 50px auto; width: 500px; + text-align: center; @media screen and (max-width: $small-screen) { width: 100%;