From 2e1d1fd4eb7f66926f687c50f29c1ce2fb222614 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Thu, 20 Feb 2020 19:47:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E7=89=88=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 1 + layout/_partial/head.ejs | 2 +- source/less/_side.less | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) 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; }