huxpro.github.io
huxpro.github.io copied to clipboard
what should i do if i want to modify the article margin or padding and make it work 我应该怎么做 如果我想修改文章的 宽度
what should i do if i want to modify the article margin or padding and make it work 我应该怎么做 如果我想修改文章的 宽度
可以调试一下文章的css样式宽度
what should i do if i want to modify the article margin or padding and make it work 我应该怎么做 如果我想修改文章的 宽度
你找到方法了吗
应该是修改_layouts/post.html中的以下代码:
<!-- Post Container -->
<div class="
col-lg-8 col-lg-offset-2
col-md-10 col-md-offset-1
post-container">
article 的样式是用 bootstrap 的 grid 做的,你搜一下这个再看就很清楚了。