Fix Line0height

This commit is contained in:
Morgan 2024-08-11 21:59:39 +09:00
parent 9b6ee14ef8
commit f99119ba60
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@
<style> <style>
body { body {
font-family: "Inter", "Pretendard", sans-serif; font-family: "Inter", "Pretendard", sans-serif;
/* letter-spacing: -0.2px;*/
font-size: 16px; font-size: 16px;
margin: auto; margin: auto;
padding: 20px; padding: 20px;
@ -15,7 +14,7 @@
background-color: white; background-color: white;
word-wrap: break-word; word-wrap: break-word;
overflow-wrap: break-word; overflow-wrap: break-word;
line-height: 1.6; line-height: 1.8;
} }
/* h1, h2, h3, h4, h5, h6, b, strong { /* h1, h2, h3, h4, h5, h6, b, strong {