summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/styles.css b/styles.css
index 6a112e3..3663d10 100644
--- a/styles.css
+++ b/styles.css
@@ -624,10 +624,9 @@ staff area
transition: .5s ease;
opacity: 0;
position: absolute;
- top: calc(50% - 5px);
+ top: calc(50% - 25px);
left: 50%;
- height: 100px;
- width: auto;
+ height: 150px;
border-radius: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);