mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-09 09:44:39 +00:00
24 lines
314 B
CSS
24 lines
314 B
CSS
/* @tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities; */
|
|
|
|
/* * {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
min-height: 100dvh;
|
|
} */
|
|
|
|
/* @layer utilities {
|
|
.text-balance {
|
|
text-wrap: balance;
|
|
}
|
|
} */
|
|
|
|
body, nav.left, main{
|
|
transition: background .2s;
|
|
transform-origin: left;
|
|
min-height: 100dvh;
|
|
}
|