Nobelium主题

This commit is contained in:
tangly1024
2022-12-24 18:53:49 +08:00
parent c1fc29749b
commit 678ca279ce
33 changed files with 1187 additions and 4 deletions

View File

@@ -197,4 +197,12 @@ nav {
-webkit-box-orient: vertical;
word-wrap: break-word;
word-break: break-all;
}
}
.nobelium{
@apply flex flex-col justify-between
}
.nobelium .notion-code{
@apply max-w-2xl;
}