diff --git a/_config.yml b/_config.yml index 684c6f0..c12e711 100755 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ ############################### 基本信息 ############################### info: name: Material X + version: 1.4 docs: https://xaoxuu.com/wiki/material-x/ cdn: # 要使用CDN,请在根目录的config文件中写上 use_cdn: true css: diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 429aef0..c1522c1 100755 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -1,4 +1,4 @@ - + <% diff --git a/source/less/_side.less b/source/less/_side.less index 9162857..0b479d6 100755 --- a/source/less/_side.less +++ b/source/less/_side.less @@ -380,6 +380,9 @@ flex-wrap: wrap; align-items: center; justify-content: space-around; + &.pure{ + padding-top: 0; // 适合白色导航栏背景 + } img{ margin-bottom: 4px; }