blackbirdchess-website-wip/tailwind.config.ts

7 lines
98 B
TypeScript
Raw Normal View History

2023-01-05 13:59:59 +01:00
module.exports = {
theme: {
container: {
center: true,
},
},
}