[opt] css
This commit is contained in:
parent
09e98419f4
commit
e79f108fd3
|
@ -30,7 +30,7 @@ function layoutTitle() {
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
<%- partial('_partial/main/navbar/breadcrumb') %>
|
<%- partial('_partial/main/navbar/breadcrumb') %>
|
||||||
<article class='md-text content <%- page.layout %><%- scrollreveal() %>'>
|
<article class='md-text content <%- page.layout %><%- page.indent ? ' indent' : '' %><%- scrollreveal() %>'>
|
||||||
<%- layoutTitle() %>
|
<%- layoutTitle() %>
|
||||||
<%- page.content %>
|
<%- page.content %>
|
||||||
<%- partial('_partial/main/article/article_footer') %>
|
<%- partial('_partial/main/article/article_footer') %>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
line-height: 1.2
|
line-height: 1.2
|
||||||
|
|
||||||
.md-text .tag-plugin.quot .content
|
.md-text .tag-plugin.quot .content
|
||||||
max-width 400px
|
max-width 500px
|
||||||
position: relative
|
position: relative
|
||||||
// override
|
// override
|
||||||
.md-text.content .tag-plugin.quot
|
.md-text.content .tag-plugin.quot
|
||||||
|
|
Loading…
Reference in New Issue