summaryrefslogtreecommitdiff
path: root/frontend/src/index.css
blob: 91221beb9b5acdc7a07792ff85b6714f68b47b37 (plain)
1
2
3
4
5
6
7
8
9
10
11
@tailwind base;
@tailwind components;
@tailwind utilities;

html, body, #root {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}