Files
regress/frontend/src/style.css
T

9 lines
110 B
CSS
Raw Normal View History

@tailwind base;
@tailwind components;
@tailwind utilities;
html, body, #app {
height: 100%;
margin: 0;
}