From 121f5d2c24a9156afed02bb32b661db35f5a3249 Mon Sep 17 00:00:00 2001 From: 07akioni <07akioni2@gmail.com> Date: Thu, 18 Feb 2021 22:58:39 +0800 Subject: [PATCH] site: use `em` on demo el --- demo/styles/demo.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/demo/styles/demo.css b/demo/styles/demo.css index 41046aa0b..ea8f592e1 100644 --- a/demo/styles/demo.css +++ b/demo/styles/demo.css @@ -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; -} \ No newline at end of file +}