Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(saas): Mobile responsive app #23

Merged
merged 12 commits into from
May 6, 2024
Prev Previous commit
Next Next commit
feat(saas): Blog mobile responsive
  • Loading branch information
alifarooq9 committed May 6, 2024
commit 920a972aa9c7785ab0fdac6bfbb815f3afe0865e
2 changes: 1 addition & 1 deletion starterkits/saas/src/app/(web)/blog/page.tsx
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ export default async function BlogsPage() {
All the latest news and updates from our blog
</CardTitle>
</CardHeader>
<CardContent className="grid grid-cols-2 gap-8">
<CardContent className="grid grid-cols-1 gap-8 lg:grid-cols-2">
{blogs?.map((blog) => (
<Link
href={`${siteUrls.blog}/${blog.metaData.slug}`}
Loading