fix: padding for content
This commit is contained in:
parent
3d4e2222fc
commit
7e38fabd13
@ -1,6 +1,6 @@
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<article class="max-w-screen-xl mx-auto mt-4">
|
||||
<article class="max-w-screen-xl mx-auto mt-4 px-4 lg:px-0">
|
||||
{{ partial "prose.html" .Content }}
|
||||
</article>
|
||||
|
||||
|
Reference in New Issue
Block a user