More progress on Setup docs

This commit is contained in:
Joe Rickerby
2021-06-22 20:08:30 +01:00
parent 0cfa3f74d4
commit ad66e7cc6c
2 changed files with 52 additions and 9 deletions
+8 -3
View File
@@ -10,6 +10,14 @@ p {
line-height: 26px;
}
pre {
margin: 1em 0;
}
pre:first-child {
margin-top: 0;
}
code {
font-size: 85%;
background-color: rgba(27,31,35,.05);
@@ -217,6 +225,3 @@ h1, h2, h3, h4, h5, h6 {
padding-right: 0;
margin-bottom: 0.5em;
}
.tabs.examples pre:first-child {
margin-top: 0;
}