diff --git a/tailwind.config.ts b/tailwind.config.ts index bc08901..60cd134 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -8,6 +8,15 @@ export default { './app/**/*.{js,ts,jsx,tsx,mdx}', ], theme: { + container: { + center: true, + padding: '1.25rem', + screens: { + mo: '100%', + ta: '100%', + pc: '1100px', + }, + }, extend: { colors: { background: 'var(--background)',