diff options
Diffstat (limited to 'apps/website/src/styles/global.css')
-rw-r--r-- | apps/website/src/styles/global.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/website/src/styles/global.css b/apps/website/src/styles/global.css index f29f0f0..371d5e6 100644 --- a/apps/website/src/styles/global.css +++ b/apps/website/src/styles/global.css @@ -24,7 +24,7 @@ html, body { - @apply text-[15px] md:text-[16px] lg:text-[19px] overflow-hidden; + @apply text-[15px] md:text-[16px] lg:text-[19px] /* overflow-hidden */; } a { @@ -32,11 +32,11 @@ } } -[data-scroll-container], [data-scroll-section] { +/* [data-scroll-container], [data-scroll-section] { transform-style: preserve-3d; will-change: transform; perspective: 1px; -} +} */ main { @apply overflow-x-hidden; |