fi3ework / hexo-theme-archer

🎯 A smart and modern theme for Hexo.
https://fi3ework.github.io/hexo-theme-archer
MIT License
1.52k stars 273 forks source link

关于文章显示页面太窄的问题 #218

Closed HuMingGuang closed 3 years ago

HuMingGuang commented 5 years ago

由于文章内容比较多,如果显示的太窄,看起来比较难受,怎样可以调整,使显示页内容的地方变宽。

LolipopJ commented 3 years ago

可以尝试修改 src/scss/_common.scss 中的 .main 选择器:

.main {
  min-width: 42.8125rem; # 修改为更大的值
}