From 43e5c9e83fbc76afd8adec45c77e47aba993227e Mon Sep 17 00:00:00 2001 From: Caner Akdas Date: Wed, 5 Nov 2025 20:25:30 +0300 Subject: [PATCH 1/2] fix: download page mobile layout spacing --- apps/site/layouts/layouts.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/site/layouts/layouts.module.css b/apps/site/layouts/layouts.module.css index 5ea44d167e9fa..e7304ad39c763 100644 --- a/apps/site/layouts/layouts.module.css +++ b/apps/site/layouts/layouts.module.css @@ -114,7 +114,7 @@ } .downloadLayout { - section:nth-last-child(1) { + section:nth-last-child(3) { @apply flex flex-col gap-2; @@ -124,7 +124,7 @@ } } - section:nth-last-child(2) p { + section:nth-last-child(4) p { @apply flex flex-row flex-wrap From 6b8ab7d41581ec38a6e50a4879b3323f23959d5a Mon Sep 17 00:00:00 2001 From: Caner Akdas Date: Fri, 7 Nov 2025 17:50:48 +0300 Subject: [PATCH 2/2] chore: make prettier happy --- apps/site/layouts/layouts.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/site/layouts/layouts.module.css b/apps/site/layouts/layouts.module.css index e7304ad39c763..2ffb28d5d5d1a 100644 --- a/apps/site/layouts/layouts.module.css +++ b/apps/site/layouts/layouts.module.css @@ -68,8 +68,8 @@ &:nth-of-type(2) { @apply flex - min-w-0 max-w-full + min-w-0 flex-[1_1] flex-col items-center @@ -190,8 +190,8 @@ } > div:nth-of-type(1) { - @apply mb-4 - mt-2; + @apply mt-2 + mb-4; } } }