summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2026-01-20 22:41:54 +0200
committerMarin Ivanov <[email protected]>2026-01-20 22:41:54 +0200
commit36d1f136e70b995ffd33610e1a43cafce0f84149 (patch)
treed8946bec4c431c2ea57eafe6be70e1d052868d7e
parent911c2226b82ec01c0e7ee98ed87d7b6d03114505 (diff)
less padding, more mobile-friendly
-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;
}