Adding in sweeping changes

This commit is contained in:
Frank Delaguila
2022-03-13 14:01:09 -06:00
parent 7227705ac6
commit 8845c79c35
9 changed files with 81 additions and 45 deletions

View File

@@ -1,12 +1,23 @@
@tailwind preflight;
@tailwind base;
@tailwind components;
@tailwind utilities;
main {
html,
body {
margin: 0;
padding: 0;
}
#root {
position: relative;
height: 100vh;
#canvas-container {
canvas {
width: 100%;
height: 100%;
}
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
}