You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/12/01 14:19:11 UTC

[incubator-iotdb-website] branch master updated: Enlarge font size in documents

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c4071b7  Enlarge font size in documents
     new 93ff295  Merge pull request #45 from samperson1997/font_size
c4071b7 is described below

commit c4071b7f78d340d7b55ab03b6127399685d595e0
Author: samperson1997 <sz...@mails.tsinghua.edu.cn>
AuthorDate: Mon Oct 28 17:02:43 2019 +0800

    Enlarge font size in documents
---
 src/views/Community.vue   | 4 ++++
 src/views/Development.vue | 4 ++++
 src/views/Documents.vue   | 5 +----
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/views/Community.vue b/src/views/Community.vue
index c996529..d850134 100644
--- a/src/views/Community.vue
+++ b/src/views/Community.vue
@@ -108,4 +108,8 @@
     margin-bottom: 0;
   }
 
+  .markdown-body {
+    font-size: 16px;
+  }
+
 </style>
diff --git a/src/views/Development.vue b/src/views/Development.vue
index 6cbe6ee..49074af 100644
--- a/src/views/Development.vue
+++ b/src/views/Development.vue
@@ -104,4 +104,8 @@
     margin-bottom: 0;
   }
 
+  .markdown-body {
+    font-size: 16px;
+  }
+
 </style>
diff --git a/src/views/Documents.vue b/src/views/Documents.vue
index 8d90f1b..46ae39e 100644
--- a/src/views/Documents.vue
+++ b/src/views/Documents.vue
@@ -229,6 +229,7 @@
     margin-left: 2%;
     margin-right: 15%;
     max-width: 1000px;
+    font-size: 16px;
   }
 
   .fixed-middle {
@@ -325,10 +326,6 @@
     background: #fcac45;
   }
 
-  .dropdown-menu {
-    text-align: center;
-  }
-
   .content.center-block {
     margin-left: 20px;
     top: 120px;