Add responsive margins
This commit is contained in:
parent
782959b435
commit
02908c3f75
4 changed files with 39 additions and 5 deletions
4
posts/template.html
generated
4
posts/template.html
generated
|
|
@ -59,10 +59,13 @@ $endif$
|
|||
$table-of-contents$
|
||||
</nav>
|
||||
$endif$
|
||||
<main class="article">
|
||||
$body$
|
||||
</main class="article">
|
||||
$for(include-after)$
|
||||
$include-after$
|
||||
$endfor$
|
||||
</body>
|
||||
<footer>
|
||||
<hr/>
|
||||
<div class="footer-text">
|
||||
|
|
@ -79,5 +82,4 @@ $if(date)$
|
|||
$endif$
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue