fix: update FeatureRequestCTA text for clarity and adjust page layout margins

This commit is contained in:
arraysid
2025-06-01 11:09:02 +07:00
parent ddca7a5ccf
commit ca8d2d702f
2 changed files with 2 additions and 3 deletions
@@ -3,7 +3,7 @@ import ProjectsVote from './_components/projects-vote';
export default function Page() {
return (
<div className="pt-4 md:pt-6 pb-56 bg-gray-50 min-h-screen">
<div className="pt-4 md:pt-6 pb-56 bg-gray-50 min-h-screen mx-4 lg:mx-0">
<FeatureRequestCTA />
<ProjectsVote />
</div>