summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/template.html b/template.html
index 7bfb0ad..f5816e0 100644
--- a/template.html
+++ b/template.html
@@ -26,7 +26,7 @@
body {
margin: 0;
- padding: 2rem;
+ padding: 0 1rem;
background: var(--bg);
color: var(--text);
}
@@ -60,7 +60,7 @@
background: var(--card-bg);
border: 1px solid var(--border);
border-radius: var(--radius);
- padding: 1.5rem;
+ padding: 0.5rem;
margin-bottom: 2rem;
}