From b8fd1868010e74639a7755e9ec93061b712d55fb Mon Sep 17 00:00:00 2001
From: Valentin Popov <valentin@popov.link>
Date: Thu, 12 Sep 2024 23:33:43 +0000
Subject: Refactor Analytics component to encode URI parameters

---
 src/scss/_framework.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/scss')

diff --git a/src/scss/_framework.scss b/src/scss/_framework.scss
index e1e0c13..9e26f6c 100644
--- a/src/scss/_framework.scss
+++ b/src/scss/_framework.scss
@@ -35,7 +35,7 @@ body {
 	margin: auto;
 	max-width: 52em;
 	min-height: 100vh;
-	padding: 6em 4em 4em;
+	padding: 4em;
 	text-rendering: optimizelegibility;
 }
 
-- 
cgit v1.2.3