commit 7caaff17bd82bda80f716c07c59ac00d26b0a405
parent edeea120ce63c2e83cd7e679b4e5730383146865
Author: Hunter
Date: Sun, 3 Aug 2025 22:49:02 -0400
update padding
Diffstat:
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/zine.html b/zine.html
@@ -74,14 +74,13 @@
border-left: 1px dashed lightgrey;
}
-
.zine-page {
height: 4.25in;
width: 2.75in;
padding-top: .08in;
- padding-bottom: .2in;
- padding-left: .18in;
- padding-right: .18in;
+ padding-bottom: .3in;
+ padding-left: .2in;
+ padding-right: .2in;
}
.zine-page-content {
@@ -89,6 +88,7 @@
height: 100%;
overflow: hidden;
font-size: 18px;
+ /* border:1px dashed black; */
}
/* Print styles */
@@ -99,6 +99,7 @@
box-sizing: border-box;
transform: rotate(90deg);
outline: none;
+ margin-bottom: 0;
}
#sheet::after {
display: none;