File tree 3 files changed +14
-6
lines changed
3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
/* cardlist used by documentation and try pages */
2
2
3
3
.cardlist {
4
- margin-bottom : 20px ;
4
+ margin : 10px auto 20px auto;
5
+ max-width : 980px ;
5
6
}
6
7
7
8
.cardlist-col {
18
19
.card-heading {
19
20
padding : 16px ;
20
21
/* color is on purpose not Jupyter Orange */
21
- background : # 1976D2 ;
22
+ background : # 2e9be4 ;
22
23
color : white;
23
- font-size : 14px ;
24
24
font-weight : normal;
25
25
line-height : 14px ;
26
26
border-top-left-radius : 2px ;
27
27
border-top-right-radius : 2px ;
28
28
}
29
29
30
+ .card-heading h4 {
31
+ font-size : 1.8em ;
32
+ }
33
+
30
34
.card-body {
31
35
padding : 16px ;
32
36
border-bottom-left-radius : 2px ;
41
45
.card-body li {
42
46
list-style : none;
43
47
padding : 4px 0px 4px 0px ;
44
- font-size : 14 px ;
48
+ font-size : 1.3 em ;
45
49
}
46
50
47
51
@@ -77,4 +81,3 @@ img.try-logo {
77
81
object-fit : contain;
78
82
margin : 12px auto;
79
83
}
80
-
Original file line number Diff line number Diff line change @@ -291,6 +291,10 @@ body {
291
291
background-color : white;
292
292
}
293
293
294
+ .header p {
295
+ margin : 0 30% ;
296
+ }
297
+
294
298
/* Section elements */
295
299
/* Section classes used for particular sections within a page. Sections should differ in background color when used next to each other */
296
300
.section-white {
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ div.page_content img {
6
6
}
7
7
8
8
div .page_content , div .post_content {
9
- margin : 0 ;
10
9
padding : 0 ;
10
+ margin : 0px auto;
11
+ max-width : 980px ;
11
12
}
12
13
13
14
div .page_content .container > p ,
You can’t perform that action at this time.
0 commit comments