able to change zoom

This commit is contained in:
Andras Bacsai
2024-12-02 22:12:02 +01:00
parent d1a1ecbe28
commit ec1312a3f8
2 changed files with 37 additions and 18 deletions

View File

@@ -4,20 +4,6 @@
@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 w-full;
@@ -336,4 +322,4 @@ section {
.dz-button {
@apply w-full p-4 py-10 my-4 font-bold bg-white border dark:border-coolgray-400 dark:text-white dark:bg-transparent hover:dark:bg-coolgray-400;
}
}