chore(docs): update theme preview (#160)

This commit is contained in:
Dillon
2020-03-15 16:31:16 +08:00
committed by GitHub
parent 99910c416c
commit 7dbe1f83a2
10 changed files with 35 additions and 10 deletions

View File

@@ -5,6 +5,10 @@
.home {
@if $profile {
.home-profile {
-webkit-transform: translateY(if($posts, 0, 16vh));
-moz-transform: translateY(if($posts, 0, 16vh));
-ms-transform: translateY(if($posts, 0, 16vh));
-o-transform: translateY(if($posts, 0, 16vh));
transform: translateY(if($posts, 0, 16vh));
padding: if($posts, 2rem, 0) 0;
text-align: center;