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