We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240eafa commit f50aba2Copy full SHA for f50aba2
1 file changed
static/css/landing-style.css
@@ -29,13 +29,13 @@ h5 {font-size: 0.69rem; font-weight:700;}
29
h6 {}
30
ul {}
31
ol {}
32
-code, pre {
33
- font-family: monospace;
34
- font-size: 0.88rem;
35
- display: inline;
36
- font-weight: 500;
37
- color: #187645;
38
-}
+
+table {font-size:.8rem; width:100%;border:2px solid #f1f1f1; border-collapse: collapse;
+ border-spacing: 0;}
+table th, table td {padding:.3rem; text-align: left; border:2px solid #f1f1f1;}
+table th {background-color:f1f1f1}
+.codehilite { padding: 1rem; }
39
40
.section {}
41
.inset {padding-left:50px}
0 commit comments