site: use em on demo <code /> el

This commit is contained in:
07akioni 2021-02-18 22:58:39 +08:00
parent b2b43c5e69
commit 121f5d2c24

View File

@ -24,17 +24,18 @@ body {
white-space: nowrap; white-space: nowrap;
} }
.n-documentation .n-p, .n-blockquote { .n-documentation .n-p,
.n-blockquote {
max-width: 680px; max-width: 680px;
} }
.md-table .n-table__td:nth-child(1) { .md-table .n-table__td:nth-child(1) {
font-size: 13px !important; font-size: 0.93em !important;
font-family: v-mono, monospace; font-family: v-mono, monospace;
} }
.md-table .n-text.n-text--code { .md-table .n-text.n-text--code {
font-size: 13px !important; font-size: 0.93em !important;
} }
.md-card { .md-card {
@ -43,4 +44,4 @@ body {
.md-table { .md-table {
margin-bottom: 16px; margin-bottom: 16px;
} }