summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-04-06 22:36:52 +0200
committerAki <please@ignore.pl>2021-04-06 22:36:52 +0200
commit979720102747b06de7bede6215f042462bd88525 (patch)
treebc6a0cbd9c26157c65c0eb7a7dbd85803fcefb37
parent4bce88b0565784e5abc4b0bc9032eaa98c5ab884 (diff)
downloadderelict-prototype-979720102747b06de7bede6215f042462bd88525.zip
derelict-prototype-979720102747b06de7bede6215f042462bd88525.tar.gz
derelict-prototype-979720102747b06de7bede6215f042462bd88525.tar.bz2
Moved label a bit
-rw-r--r--style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css
index cd62930..a8afdcb 100644
--- a/style.css
+++ b/style.css
@@ -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;