From 28779126d227f4a7110bd0fc4ebba02649ce906a Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 25 Jul 2019 18:58:55 +0200 Subject: [PATCH] Update home.css This should fix the Issue with azuma not showing up on Firefox --- css/home.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/home.css b/css/home.css index 17e70a4..666da88 100644 --- a/css/home.css +++ b/css/home.css @@ -1,6 +1,5 @@ body, html{ text-align: center; - perspective:500px; overflow:hidden; } @@ -9,7 +8,7 @@ body, html{ padding:20px; box-shadow: 0px 5px 10px rgba(0,0,0,0.1); width:20%; - position: absolute; + position: relative; left: 40%; border-radius: 10px; transition: .3s ease; @@ -62,4 +61,4 @@ body, html{ @keyframes flipIn{ 0%{transform: rotateY(-180deg); opacity: 0} 100%{transform: rotateY(0deg); opacity: 1} -} \ No newline at end of file +}