👄 responsive

This commit is contained in:
Van 2018-09-25 12:43:43 +08:00
parent c72a9f3835
commit ec1c878bf2
No known key found for this signature in database
GPG Key ID: 7059B8783A78F16C
3 changed files with 11 additions and 3 deletions

View File

@ -215,8 +215,10 @@
data-avatar="${article.authorThumbnailURL}"></span>
</div>
</div>
<div class="main">
<#include "bottom.ftl">
</div>
</div>
<#include "bottom.ftl">
<#if pjax><!---- pjax {#pjax} end ----></#if>
</div>
<#include "footer.ftl">

View File

@ -610,6 +610,9 @@ blockquote {
.header h1 {
display: inline-block;
line-height: 61px;
width: 50%;
overflow: hidden;
white-space: nowrap;
}
.header--fixed {
@ -631,6 +634,7 @@ blockquote {
}
.header__title {
overflow: hidden;
font-size: 26px;
color: rgba(0, 0, 0, 0.84)
}
@ -742,7 +746,7 @@ blockquote {
}
.footer__tag {
margin-top: 50px
margin-top: 50px;
}
.footer__tag > div {

View File

@ -49,7 +49,9 @@
<div class="article__bottom">
<@comments commentList=pageComments article=page></@comments>
</div>
<#include "bottom.ftl">
<div style="margin-left: 20px;margin-right: 20px">
<#include "bottom.ftl">
</div>
<#if pjax><!---- pjax {#pjax} end ----></#if>
</div>
<#include "footer.ftl">