This commit is contained in:
2025-05-02 11:56:05 -03:00
parent 93ededf81d
commit 0cfc2b92ce
6 changed files with 103 additions and 132 deletions

View File

@@ -9,6 +9,9 @@
html,
body {
@apply text-white bg-black antialiased;
}
html:not(.overflow-hidden) {
@apply scroll-pt-22 lg:scroll-pt-32;
}