From 634d75560bcb3e15687ddf97ed0e5e0ba24091e0 Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:30:36 +0100 Subject: Contact page --- apps/website/src/styles/global.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/website/src/styles/global.css') 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; -- cgit