From d8848a7ea76e91cd4009b6a484526d41d1af6c70 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Wed, 5 Jun 2019 16:25:07 +0800 Subject: [PATCH] docs: update style to compatible with vuepress beta --- docs/.vuepress/styles/index.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index b701e1385..25b0b1520 100644 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -6,11 +6,11 @@ border-color: #F5712C; } -.theme-container .page .content .logo-img { +.theme-container .page .content__default .logo-img { margin-top: 3.6rem; } -.page .content .logo-text { +.page .content__default .logo-text { padding-top: 2.6rem; padding-bottom: 2rem; }