medium.rip/frontend/src/styles.css
Sphericalkat 8b3a6b9aae feat: add index page
Signed-off-by: Sphericalkat <amolele@gmail.com>
2023-05-28 18:04:39 +05:30

8 lines
109 B
CSS

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