7 lines
116 B
CSS
7 lines
116 B
CSS
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
.page-center {
|
||
|
@apply max-w-4xl mx-auto px-4 h-full;
|
||
|
}
|