feature/redesign #3

Merged
konrad merged 28 commits from feature/redesign into main 2022-01-29 17:14:12 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7e38fabd13 - Show all commits

View File

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