diff --git a/public/tailwind-output.css b/public/tailwind-output.css index 52205eae..ad92e269 100644 --- a/public/tailwind-output.css +++ b/public/tailwind-output.css @@ -734,6 +734,22 @@ video { left: -20rem; } +.top-\[0rem\] { + top: 0rem; +} + +.-top-\[8rem\] { + top: -8rem; +} + +.-top-\[5rem\] { + top: -5rem; +} + +.-top-\[7rem\] { + top: -7rem; +} + .z-30 { z-index: 30; } @@ -1156,6 +1172,10 @@ video { overflow: hidden; } +.overflow-visible { + overflow: visible; +} + .rounded { border-radius: 0.25rem; } @@ -1935,6 +1955,18 @@ video { left: -20rem; } + .lg\:top-\[0rem\] { + top: 0rem; + } + + .lg\:-top-\[6rem\] { + top: -6rem; + } + + .lg\:-top-\[8rem\] { + top: -8rem; + } + .lg\:w-\[32rem\] { width: 32rem; } @@ -1970,6 +2002,18 @@ video { top: 7rem; } + .xl\:top-\[0rem\] { + top: 0rem; + } + + .xl\:-top-\[6rem\] { + top: -6rem; + } + + .xl\:-top-\[8rem\] { + top: -8rem; + } + .xl\:w-\[40rem\] { width: 40rem; } diff --git a/src/components/_Landing/sections/faq/FAQ.tsx b/src/components/_Landing/sections/faq/FAQ.tsx index 5a2a8b95..bb12c7e8 100644 --- a/src/components/_Landing/sections/faq/FAQ.tsx +++ b/src/components/_Landing/sections/faq/FAQ.tsx @@ -9,7 +9,7 @@ function FAQ() {
@@ -17,10 +17,10 @@ function FAQ() { loading="lazy" alt="owl" className="absolute owl w-[24rem] z-20 - -left-[7rem] top-[10rem] + -left-[7rem] -top-[7rem] md:w-[28rem] - lg:w-[32rem] lg:-left-[10rem] lg:top-[10rem] - xl:w-[40rem] xl:-left-[15rem] xl:top-[10rem] + lg:w-[32rem] lg:-left-[10rem] lg:-top-[8rem] + xl:w-[40rem] xl:-left-[15rem] xl:-top-[8rem] floating" />