This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 1660de2635 feat(site): change pc width to 1280px (#9361)
1660de2635 is described below
commit 1660de2635de81e2243af151ece2e02b36c2ce01
Author: CritasWang <[email protected]>
AuthorDate: Fri Mar 17 19:39:22 2023 +0800
feat(site): change pc width to 1280px (#9361)
---
site/src/main/.vuepress/styles/config.scss | 1 +
1 file changed, 1 insertion(+)
diff --git a/site/src/main/.vuepress/styles/config.scss
b/site/src/main/.vuepress/styles/config.scss
index fc851f1444..aaf5ff4297 100644
--- a/site/src/main/.vuepress/styles/config.scss
+++ b/site/src/main/.vuepress/styles/config.scss
@@ -23,3 +23,4 @@ $colors: #c0392b, #d35400, #f39c12, #27ae60, #16a085,
#2980b9, #8e44ad, #2c3e50,
$code-bg-color: #282c34;
$code-color: #fff;
+$pc: 1280px;