From ee28f558513e4d4aa3e92ed5ff4a7ffaafade920 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 7 Oct 2018 15:18:51 +0200 Subject: Fixed design on big screens :bug: :lipstick: --- assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 4507799..bab75d5 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -17,7 +17,7 @@ html, body { body { font-family: 'Mukta', sans-serif; color: white; - display: grid; + display: flex; flex-direction: column; justify-content: center; align-items: center; @@ -40,6 +40,7 @@ body { .heading { margin-top: 50vh; + margin-bottom: 10vh; animation-name: middle-to-top; animation-delay: 2.5s; animation-duration: .5s; -- cgit v1.2.3