nicer footer max-width (#67)

This commit is contained in:
Visual-Dawg 2024-08-02 01:32:05 +03:00 committed by GitHub
parent 833bb2805e
commit 24b64047f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
<style lang="postcss"> <style lang="postcss">
.footer-inner { .footer-inner {
@apply flex max-w-screen-2xl flex-wrap items-start justify-between gap-12 px-8 py-14 text-slate-300; @apply flex max-w-screen-xl flex-wrap items-start justify-between gap-12 px-8 py-14 text-slate-300;
} }
.pretitle { .pretitle {