Fix padding issue in index

This commit is contained in:
2025-08-10 17:51:50 -07:00
parent 611777a9d5
commit 0a866e7bf3
4 changed files with 2 additions and 14 deletions

View File

@@ -24,17 +24,8 @@ html, body {
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
/* Screen preview: render a page at exact CSS inches and center it */
/* Screen preview: render a page at exact CSS inches */
@media screen {
body {
background: #eeeeee;
display: flex;
align-items: flex-start;
justify-content: center;
padding: 1rem;
box-sizing: border-box;
}
#page {
width: var(--page-w, 5.5in);
height: var(--page-h, 8.5in);