diff options
author | Aki <please@ignore.pl> | 2021-04-06 22:36:52 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-04-06 22:36:52 +0200 |
commit | 979720102747b06de7bede6215f042462bd88525 (patch) | |
tree | bc6a0cbd9c26157c65c0eb7a7dbd85803fcefb37 | |
parent | 4bce88b0565784e5abc4b0bc9032eaa98c5ab884 (diff) | |
download | derelict-prototype-979720102747b06de7bede6215f042462bd88525.zip derelict-prototype-979720102747b06de7bede6215f042462bd88525.tar.gz derelict-prototype-979720102747b06de7bede6215f042462bd88525.tar.bz2 |
Moved label a bit
-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; |