Fix phone placement within div
diff --git a/css/style.css b/css/style.css
index 6d66fdb..32a5c9a 100644
--- a/css/style.css
+++ b/css/style.css
@@ -663,7 +663,10 @@
will-change: transform;
position: relative;
left:50%;
- bottom:50%;
+ bottom:-50%;
+ margin-top:7em;
+ margin-left: auto;
+ margin-right: auto
-webkit-transform: perspective(1000px) rotateX(65deg) rotateY(0deg) rotateZ(-45deg) scale(0.8);
transform: perspective(1000px) rotateX(65deg) rotateY(0deg) rotateZ(-45deg) scale(0.8);
-webkit-transition: all 600ms;