Fix Line0height
This commit is contained in:
parent
9b6ee14ef8
commit
f99119ba60
|
@ -6,7 +6,6 @@
|
|||
<style>
|
||||
body {
|
||||
font-family: "Inter", "Pretendard", sans-serif;
|
||||
/* letter-spacing: -0.2px;*/
|
||||
font-size: 16px;
|
||||
margin: auto;
|
||||
padding: 20px;
|
||||
|
@ -15,7 +14,7 @@
|
|||
background-color: white;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
line-height: 1.6;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
/* h1, h2, h3, h4, h5, h6, b, strong {
|
||||
|
|
Loading…
Reference in New Issue