diff --git a/styles/index.css b/styles/index.css index cd14342..434b0f6 100644 --- a/styles/index.css +++ b/styles/index.css @@ -2,9 +2,9 @@ .front-page { position: absolute; left: 50%; - top: 50%; - -webkit-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); + top: 5%; + -webkit-transform: translate(-50%, 0%); + transform: translate(-50%, 0%); line-height: 25px; display: flex; }