Deploying to gh-pages from @ 91fd5b0a75c62102d9a43e1ff1887df946cd74af 🚀

This commit is contained in:
mudler
2022-01-30 20:34:01 +00:00
parent 93d5833606
commit 0ae67652f0
108 changed files with 31476 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
.card-deck {
max-width: 83%;
}
.card {
max-width: 80%;
}
.card-body.code {
background-color: #f8f9fa;
padding: 0 0 0 1ex;
}
.card-body pre {
margin: 0;
padding: 0 1rem 1rem 1rem;
}
.card .highlight {
border: none;
}

View File

@@ -0,0 +1,18 @@
.td-content .highlight {
margin: 0rem 0 2rem 0;
}
.tab-content .highlight {
border: none;
}
.tab-content {
margin: 0rem;
max-width: 80%;
}
.tab-content pre {
border-left: 1px solid rgba(0, 0, 0, 0.125);
border-right: 1px solid rgba(0, 0, 0, 0.125);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}