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