Consistent page padding at all breakpoints

This commit is contained in:
Scott 2020-12-21 14:20:58 -05:00
parent 1ddd415115
commit c05b40034a
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
@tailwind utilities;
.kdl-section {
@apply py-10 px-2 md:px-4 prose prose-xl mx-auto;
@apply py-10 px-4 prose prose-xl mx-auto;
}