Skip to content

Commit 3eb8e3c

Browse files
committed
add: more space before titles
1 parent 3eb5565 commit 3eb8e3c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/source/_static/custom.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,10 @@
9191
.card-deep-blue { background-color: #0056b3; }
9292
.card-light-purple { background-color: #BF40BF; }
9393
.card-medium-purple { background-color: #800080; }
94-
.card-deep-purple { background-color: #4B0082; }
94+
.card-deep-purple { background-color: #4B0082; }
95+
96+
section h1,
97+
section h2,
98+
section h3 {
99+
margin-top: 35px;
100+
}

0 commit comments

Comments
 (0)