You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2021/09/03 00:47:13 UTC

[echarts-handbook] branch master updated: tweak contributor list style.

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

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new d2e49e4  tweak contributor list style.
d2e49e4 is described below

commit d2e49e4a79a52657e9beef41dcfb49c6c0a7f996
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Fri Sep 3 08:40:21 2021 +0800

    tweak contributor list style.
---
 components/partials/Contributors.vue | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/partials/Contributors.vue b/components/partials/Contributors.vue
index dde6d23..1320eb4 100644
--- a/components/partials/Contributors.vue
+++ b/components/partials/Contributors.vue
@@ -82,12 +82,13 @@ export default defineComponent({
   }
 
   .post-contributors-list {
-    margin-top: 20px;
+    margin-top: 10px;
   }
 
   .post-contributor {
     display: inline-block;
     margin-right: 15px;
+    margin-top: 10px;
 
     @apply border-blue-gray-200 border;
     @apply rounded-lg;

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org