huxpro.github.io icon indicating copy to clipboard operation
huxpro.github.io copied to clipboard

what should i do if i want to modify the article margin or padding and make it work 我应该怎么做 如果我想修改文章的 宽度

Open Zirpon opened this issue 5 years ago • 5 comments

Zirpon avatar Mar 11 '19 01:03 Zirpon

what should i do if i want to modify the article margin or padding and make it work 我应该怎么做 如果我想修改文章的 宽度

Zirpon avatar Mar 11 '19 01:03 Zirpon

可以调试一下文章的css样式宽度

nqmysb avatar Mar 26 '19 06:03 nqmysb

what should i do if i want to modify the article margin or padding and make it work 我应该怎么做 如果我想修改文章的 宽度

你找到方法了吗

HaoQChen avatar Dec 28 '19 10:12 HaoQChen

应该是修改_layouts/post.html中的以下代码:

    <!-- Post Container -->
            <div class="
                col-lg-8 col-lg-offset-2
                col-md-10 col-md-offset-1
                post-container">

Paradiseeee avatar Jan 14 '20 12:01 Paradiseeee

article 的样式是用 bootstrap 的 grid 做的,你搜一下这个再看就很清楚了。

Ynjxsjmh avatar Mar 02 '20 19:03 Ynjxsjmh