home page

This commit is contained in:
Akira Tempaku 2024-11-17 00:59:06 +09:00
parent 0602391977
commit ebfb0c6c87
10 changed files with 73 additions and 34 deletions

View file

@ -5,5 +5,10 @@ module.exports = {
"./src/routes/**/*.lisp",
"./src/components/**/*.lisp",
],
theme: {
container: {
center: true,
},
},
plugins: [],
}