From edbc2d219cfcf30a31f5fb485ac3145a3262cba8 Mon Sep 17 00:00:00 2001 From: wood Date: Thu, 9 Nov 2023 00:30:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/index.html | 9 --------- web/src/index.css | 8 +++++++- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/web/public/index.html b/web/public/index.html index 060d69fa..e466bcb3 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -14,15 +14,6 @@ display: none !important; } - - diff --git a/web/src/index.css b/web/src/index.css index 99f86e97..d04c1a7f 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -188,7 +188,7 @@ body::-webkit-scrollbar { } code { - font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; + font-family: "CZL",source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } .main-content { @@ -207,4 +207,10 @@ code { .hide-on-mobile { display: none !important; } +} + +@media only screen and (min-width: 1200px) { + .ui.container { + width: 1200px !important; + } } \ No newline at end of file