diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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%); |