Skip to content

Commit 2508777

Browse files
committed
update Spaces in between texts
1 parent 208ac7e commit 2508777

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

css/style.css

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,31 @@ h1 {
4949
font-size: 150%;
5050
letter-spacing: 1px;
5151
margin-top: 2.5px;
52+
margin-bottom: 1px;
53+
line-height: 1.1;
5254
}
5355

5456
.rt-heading {
55-
padding: 2.5px 0;
56-
margin: 2.5px 0;
57+
padding: 1px 0;
58+
margin: 1px 0;
59+
}
60+
61+
.rt-heading div {
62+
margin-top: 0;
63+
}
64+
65+
.rt-heading p {
66+
margin: 0;
67+
line-height: 1.2;
68+
}
69+
70+
.rt-heading p + p {
71+
margin-top: 2px !important;
5772
}
5873

5974
header.ScriptHeader {
60-
padding-top: 2.5px;
75+
padding-top: 1px;
76+
padding-bottom: 1px;
6177
}
6278

6379
p {
@@ -90,7 +106,6 @@ p.ellipsis-separator + p {
90106
margin-top: 3px;
91107
}
92108

93-
/* Reduce spacing around content after ellipses */
94109
.card-header p {
95110
margin-bottom: 2px;
96111
margin-top: 2px;

0 commit comments

Comments
 (0)