fix: padding on breakpoints
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-12-23 16:37:32 +01:00
parent 00052c9056
commit 0774004760
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{{ define "main" }}
<article class="mx-auto mt-4 max-w-screen-xl px-4 lg:px-0">
<article class="mx-auto mt-4 max-w-screen-xl px-4 lg:px-2">
{{ partial "prose.html" .Content }}
</article>
{{ end }}

View File

@ -8,7 +8,7 @@
</section>
<footer
class="mx-auto mt-20 max-w-screen-xl border-t-2 border-gray-200 py-8 px-4 text-left text-sm text-gray-800 md:flex md:px-0"
class="mx-auto mt-20 max-w-screen-xl border-t-2 border-gray-200 py-8 px-4 text-left text-sm text-gray-800 md:flex md:px-2"
>
<div class="flex w-full flex-col md:w-2/5">
<img