You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/03/17 11:39:30 UTC

[iotdb] branch master updated: feat(site): change pc width to 1280px (#9361)

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 <cr...@outlook.com>
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;