summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-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;