refactor: add tailwind prefligt base styles
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
/*@tailwind base;*/
|
@tailwind base;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Custom base styles
|
* Custom base styles
|
||||||
@@ -49,6 +49,7 @@ html, body {
|
|||||||
|
|
||||||
#root {
|
#root {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user