12 lines
180 B
CSS
12 lines
180 B
CSS
|
@import "../../vendor/filament/forms/dist/module.esm.css";
|
||
|
|
||
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
html,
|
||
|
body {
|
||
|
min-height: 100vh;
|
||
|
max-width: 100vw;
|
||
|
}
|