This commit is contained in:
parent
62ac7503a1
commit
ccf1a55052
1 changed files with 8 additions and 0 deletions
|
|
@ -328,6 +328,14 @@ async function scrollTo(id: string) {
|
||||||
padding: 0px 16px;
|
padding: 0px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown :deep(h4) {
|
||||||
|
text-align: left;
|
||||||
|
margin-block: 0;
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 600;
|
||||||
|
padding: 0px 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.markdown :deep(video) {
|
.markdown :deep(video) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue