fix: missing depen

This commit is contained in:
charlie
2022-11-25 14:00:16 +08:00
parent 748fa46dda
commit 47b541825b
4 changed files with 15 additions and 5 deletions

View File

@@ -903,3 +903,13 @@ html[data-theme='dark'] .keyboard-shortcut > code {
.katex .tag {
overflow-x: clip;
}
html.is-mobile {
h1.title {
margin-bottom: 10px;
}
#journals .journal-item:first-child {
margin-top: 5px;
}
}