Skip to content

Commit 22383c2

Browse files
committed
Change LineHeight to 2
1 parent bf236a4 commit 22383c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/style-1/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body {
1313
background-color: #ffffff;
1414
color: #718096;
1515
height: 100%;
16-
line-height: 1.4;
16+
line-height: 2;
1717
margin: 0;
1818
padding: 0;
1919
width: 100% !important;
@@ -23,7 +23,7 @@ p,
2323
ul,
2424
ol,
2525
blockquote {
26-
line-height: 1.4;
26+
line-height: 2;
2727
}
2828

2929
a {
@@ -57,7 +57,7 @@ h3 {
5757

5858
p {
5959
font-size: 16px;
60-
line-height: 1.5em;
60+
line-height: 2;
6161
margin-top: 0;
6262
}
6363

0 commit comments

Comments
 (0)