diff options
Diffstat (limited to 'public/stylesheets')
| -rw-r--r-- | public/stylesheets/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 415a0ad..1c3d3ab 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -359,12 +359,12 @@ header { .cursor { pointer-events: none; position: absolute; - bottom: 50%; - right: 50%; + top: 50%; + left: 50%; width: 32px; height: 32px; - margin-bottom: -9999px; - margin-right: -9999px; + margin-top: -9999px; + margin-left: -9999px; z-index:0; -webkit-transform: translateZ(0); -webkit-transition: all .1s ease-out; |
