diff --git a/apps/site/components/Blog/BlogPostCard/index.module.css b/apps/site/components/Blog/BlogPostCard/index.module.css index 166f694e85505..53ec2686369f0 100644 --- a/apps/site/components/Blog/BlogPostCard/index.module.css +++ b/apps/site/components/Blog/BlogPostCard/index.module.css @@ -6,8 +6,8 @@ } .subtitle { - @apply mb-2 - mt-6 + @apply mt-6 + mb-2 inline-block text-xs font-semibold diff --git a/apps/site/components/Common/Turtle/index.module.css b/apps/site/components/Common/Turtle/index.module.css index 6bbeefdbd9bb2..82bacb8ee7d5e 100644 --- a/apps/site/components/Common/Turtle/index.module.css +++ b/apps/site/components/Common/Turtle/index.module.css @@ -8,20 +8,20 @@ translate-x-0 translate-y-0 after:absolute - after:-left-full after:top-[20%] + after:-left-full after:-z-10 after:block after:h-36 after:w-36 after:-rotate-90 - after:select-none after:bg-[url('/static/images/smoke.gif')] after:opacity-[0.15] after:content-[''] + after:select-none motion-reduce:animate-none - after:md:-left-1/2 - after:md:top-1/2; + after:md:top-1/2 + after:md:-left-1/2; } .image { diff --git a/apps/site/components/Downloads/Release/ReleaseCodeBox.tsx b/apps/site/components/Downloads/Release/ReleaseCodeBox.tsx index 63b9f57256d61..a3792cd7c0135 100644 --- a/apps/site/components/Downloads/Release/ReleaseCodeBox.tsx +++ b/apps/site/components/Downloads/Release/ReleaseCodeBox.tsx @@ -128,7 +128,7 @@ const ReleaseCodeBox: FC = () => { const isLoading = context.os === 'LOADING' || context.installMethod === ''; return ( -
+
{/* NoScript warning */}