aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarvin Borner2018-10-07 15:18:51 +0200
committerMarvin Borner2018-10-07 15:18:51 +0200
commitee28f558513e4d4aa3e92ed5ff4a7ffaafade920 (patch)
treec45ebded433c447dbc828f4e35b15a614795550c
parent916f85061a4ca82de70a83e289b6f2f02a3218fc (diff)
Fixed design on big screens :bug: :lipstick:
-rw-r--r--assets/css/style.css3
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;