We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b912f commit 9d32cf7Copy full SHA for 9d32cf7
doc/source/_static/numpy.css
@@ -22,7 +22,6 @@ h1 {
22
color: #013243; /* warm black */
23
}
24
25
-
26
h2 {
27
color: #4d77cf; /* han blue */
28
letter-spacing: -.03em;
@@ -32,3 +31,24 @@ h3 {
32
31
33
34
+
35
+.intro-card {
36
+ padding: 20px 10px 20px 10px;
37
+ margin: 10px;
38
+}
39
40
+.intro-card p.card-text {
41
+ margin: 0;
42
43
44
+.intro-card .card-img-top {
45
+ height: 52px;
46
+ width: 52px;
47
+ margin-left: auto;
48
+ margin-right: auto;
49
50
51
+.intro-card .card-header {
52
+ margin-top: 20px;
53
+ font-size: var(--pst-font-size-h5);
54
0 commit comments