From 2a894704860fdd05c41d3b7ea1060497415041bf Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Feb 2022 11:52:40 -0300 Subject: src/style.css: Better spacing for
 tags

---
 src/style.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/style.css b/src/style.css
index 031aec8..4f3c83e 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1,3 +1,7 @@
+html {
+  line-height: 1.5;
+}
+
 body {
   max-width: 800px;
   margin: 0 auto 0 auto;
@@ -48,7 +52,7 @@ hr {
 pre, code {
   background-color: #ddd;
   border-radius: 5px;
-  padding: 5px;
+  padding: 3px;
 }
 
 pre > code {
-- 
cgit v1.2.3