portfolio/src/app.postcss

6 lines
61 B
Plaintext
Raw Normal View History

2023-06-18 12:18:12 +00:00
/*place global styles here */
html,
body {
@apply h-full;
}