deploy: d7a7d2459a
This commit is contained in:
parent
34af3362da
commit
2d866c6316
732 changed files with 136202 additions and 67025 deletions
21
css/shortcodes/cards-pane.css
Normal file
21
css/shortcodes/cards-pane.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue