From 6bd131c2dc75a7b679b43a6faffbab151a5cc753 Mon Sep 17 00:00:00 2001
From: Alfex4936 <ikr@kakao.com>
Date: Tue, 14 Mar 2023 22:58:33 +0900
Subject: [PATCH] Fix visual margin

---
 public/tour.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/tour.css b/public/tour.css
index 98fb9e4..3230a0e 100644
--- a/public/tour.css
+++ b/public/tour.css
@@ -91,7 +91,7 @@ pre {
 .page p,
 .page pre {
   font-size: 22px;
-  line-height: 30px;
+  line-height: 40px;
 }
 
 .header {
@@ -398,7 +398,7 @@ iframe {
   .page p,
   .page pre {
     font-size: 22px;
-    line-height: 30px;
+    line-height: 40px;
   }
 
   .page {
-- 
GitLab