mirror of
https://github.com/documenso/documenso
synced 2026-04-21 21:37:18 +00:00
9 lines
93 B
CSS
9 lines
93 B
CSS
|
|
@tailwind base;
|
||
|
|
@tailwind components;
|
||
|
|
@tailwind utilities;
|
||
|
|
|
||
|
|
#__next {
|
||
|
|
min-height: 100%;
|
||
|
|
}
|
||
|
|
|