aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-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;