Add responsive margins

This commit is contained in:
jultty 2024-05-20 16:14:12 -03:00
commit 02908c3f75
4 changed files with 39 additions and 5 deletions

4
posts/template.html generated
View file

@ -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>