test zoom out

This commit is contained in:
Andras Bacsai
2024-12-02 08:08:09 +01:00
parent a608828c92
commit 062c198d1d

View File

@@ -4,9 +4,23 @@
@tailwind components;
@tailwind utilities;
html {
font-size: 93.75%;
}
:root {
--vh: 1vh;
}
@screen lg {
html {
font-size: 87.5%;
}
}
html,
body {
@apply h-full bg-neutral-50 text-neutral-800 dark:bg-base dark:text-neutral-400;
@apply h-full bg-neutral-50 text-neutral-800 dark:bg-base dark:text-neutral-400 w-full;
}
body {