summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/style.css b/style.css
index 03d4a56..aa726b2 100644
--- a/style.css
+++ b/style.css
@@ -19,11 +19,12 @@ body {
.piece {
position: absolute;
- width: var(--piece-width);
- height: var(--piece-height);
+ width: calc(var(--piece-width) + 2 * var(--nib-size));
+ height: calc(var(--piece-height) + 2 * var(--nib-size));
background-image: var(--image);
background-size: var(--image-width) var(--image-height);
}
+
.debug-point {
position: absolute;
width: 1px;