blogroot\themes\butterfly\source\css
新建nav_middle.css

1
2
3
4
5
6
7
8
/* 导航栏做居中处理 */
#nav-right{
flex:1 1 auto;
justify-content: flex-end;
margin-left: auto;
display: flex;
flex-wrap:nowrap;
}

主题配置文件_config.butterfly.yml插入CSS文件

1
2
3
inject:
head:
- <link rel="stylesheet" href="/css/nav_middle.css?1">