mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-03 04:21:34 +08:00
site: use em
on demo <code /> el
This commit is contained in:
parent
b2b43c5e69
commit
121f5d2c24
@ -24,17 +24,18 @@ body {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.n-documentation .n-p, .n-blockquote {
|
||||
.n-documentation .n-p,
|
||||
.n-blockquote {
|
||||
max-width: 680px;
|
||||
}
|
||||
|
||||
.md-table .n-table__td:nth-child(1) {
|
||||
font-size: 13px !important;
|
||||
font-size: 0.93em !important;
|
||||
font-family: v-mono, monospace;
|
||||
}
|
||||
|
||||
.md-table .n-text.n-text--code {
|
||||
font-size: 13px !important;
|
||||
font-size: 0.93em !important;
|
||||
}
|
||||
|
||||
.md-card {
|
||||
@ -43,4 +44,4 @@ body {
|
||||
|
||||
.md-table {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user