feat: add base app
This commit is contained in:
7
style/tailwind.css
Normal file
7
style/tailwind.css
Normal file
@@ -0,0 +1,7 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
.page-center {
|
||||
@apply max-w-4xl mx-auto px-4 h-full;
|
||||
}
|
Reference in New Issue
Block a user