diff options
-rw-r--r-- | style.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,8 +27,8 @@ body { display: block; content: ''; position: absolute; - bottom: 0px; - right: 0px; + bottom: 1px; + right: 1px; width: 6px; height: 6px; overflow: hidden; @@ -48,7 +48,7 @@ body { color: #eee; position: absolute; top: -0.2em; - left: 107.5%; + left: calc(100% + 0.4em); padding: 0.2em 0.5em; background: #000b; border-radius: 0.5em; |