diff --git a/source/css/_common/components/post/post-followme.styl b/source/css/_common/components/post/post-followme.styl index 0e9332aac..bfd2064bd 100644 --- a/source/css/_common/components/post/post-followme.styl +++ b/source/css/_common/components/post/post-followme.styl @@ -47,9 +47,10 @@ if (hexo-config('follow_me')) { .social-item-img { display: none; left: 50%; - max-width: $post-reward-img-width; + max-width: $post-followme-img-width; position: absolute; transform: translate(-50%, 20px); + z-index: 1; } } } diff --git a/source/css/_variables/base.styl b/source/css/_variables/base.styl index 4562c091a..66d49e92a 100644 --- a/source/css/_variables/base.styl +++ b/source/css/_variables/base.styl @@ -292,6 +292,7 @@ $post-eof-margin-bottom = 60px; // or 120px for less white space; $post-card-margin = 1em 0 0; $post-reward-img-width = 180px; +$post-followme-img-width = 460px; // Note colors