Skip to content

Commit 208ac7e

Browse files
committed
Page adjust spaces in between lines
1 parent 21fb014 commit 208ac7e

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

css/style.css

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ h1 {
4848
font-family: "Century Gothic", arial, sans-serif;
4949
font-size: 150%;
5050
letter-spacing: 1px;
51+
margin-top: 2.5px;
52+
}
53+
54+
.rt-heading {
55+
padding: 2.5px 0;
56+
margin: 2.5px 0;
57+
}
58+
59+
header.ScriptHeader {
60+
padding-top: 2.5px;
5161
}
5262

5363
p {
@@ -63,7 +73,7 @@ p {
6373
}
6474

6575
ol li {
66-
margin-bottom: 4px;
76+
margin-bottom: 2px;
6777
font-family: Verdana, Geneva, sans-serif;
6878
font-size: 14px;
6979
}
@@ -80,6 +90,28 @@ p.ellipsis-separator + p {
8090
margin-top: 3px;
8191
}
8292

93+
/* Reduce spacing around content after ellipses */
94+
.card-header p {
95+
margin-bottom: 2px;
96+
margin-top: 2px;
97+
}
98+
99+
.card-header ol {
100+
margin-top: 1px;
101+
margin-bottom: 1px;
102+
padding-top: 0;
103+
padding-bottom: 0;
104+
}
105+
106+
.card-header {
107+
padding: 1rem 1rem 0.5rem !important;
108+
}
109+
110+
.my-profile {
111+
padding-top: 5px !important;
112+
padding-bottom: 5px !important;
113+
}
114+
83115
@media (min-width: 992px) {
84116
.my-profile .row {
85117
margin-left: -5px;

0 commit comments

Comments
 (0)