You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by do...@apache.org on 2019/01/26 02:28:51 UTC

[incubator-iotdb-website] branch master updated: change carousel min-height in home page (#14)

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

dope 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 d182a05  change carousel min-height in home page (#14)
d182a05 is described below

commit d182a051233fc241a6fdbac4ac2ee47537f17238
Author: XuYi <My...@users.noreply.github.com>
AuthorDate: Sat Jan 26 10:28:47 2019 +0800

    change carousel min-height in home page (#14)
---
 src/views/Home.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/Home.vue b/src/views/Home.vue
index f44987d..169a01d 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -169,7 +169,7 @@
 
   @media (min-width: 200px) {
     .carousel-inner{
-      min-height: 500px;
+      min-height: 530px;
     }
 
   }