medium.rip/frontend/src/styles.css

8 lines
109 B
CSS
Raw Normal View History

@tailwind base;
@tailwind components;
@tailwind utilities;
html, body {
width: 100%;
height: 100%;
}