deploy: 6057aa1898
This commit is contained in:
parent
2f717b8142
commit
7ea14dd182
|
|
@ -765,11 +765,11 @@ video {
|
|||
}
|
||||
|
||||
.kdl-section code::before {
|
||||
content: "`";
|
||||
content: none;
|
||||
}
|
||||
|
||||
.kdl-section code::after {
|
||||
content: "`";
|
||||
content: none;
|
||||
}
|
||||
|
||||
.kdl-section a code {
|
||||
|
|
@ -1216,6 +1216,12 @@ video {
|
|||
padding-bottom: 2.5rem;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #efefef;
|
||||
padding: 0.1em 0.5em;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue