/** @type {import('tailwindcss').Config} */
module.exports = {
theme: {
container: {
center: true,
padding: '2rem'
}
},
};