diff options
author | Marvin Borner | 2018-10-07 15:18:51 +0200 |
---|---|---|
committer | Marvin Borner | 2018-10-07 15:18:51 +0200 |
commit | ee28f558513e4d4aa3e92ed5ff4a7ffaafade920 (patch) | |
tree | c45ebded433c447dbc828f4e35b15a614795550c | |
parent | 916f85061a4ca82de70a83e289b6f2f02a3218fc (diff) |
Fixed design on big screens :bug: :lipstick:
-rw-r--r-- | assets/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; |