Fix padding issue in index
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user