You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style(docs): enhance homepage layout and card styling
- Update page title and hero tagline for clarity
- Improve card layout to have consistent height
- Add stretchy alignment to card grid for better responsiveness
- Implement flexbox layout in cards to separate content and actions
Copy file name to clipboardExpand all lines: src/content/docs/index.mdx
+42-11Lines changed: 42 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: 'Flutter News App Toolkit'
2
+
title: 'Your Flutter News App - Ready to Launch'
3
3
description: A complete, production-ready toolkit for building a cross-platform news application.
4
4
template: splash
5
5
hero:
6
-
tagline: Your full-stack solution for launching a professional news platform. Includes a Flutter mobile app, a web-based dashboard, and a powerful Dart Frog backend.
6
+
tagline: Includes a Flutter mobile app, a web-based dashboard, and a powerful Dart Frog backend.
7
7
image:
8
8
file: ../../assets/houston.webp
9
9
actions:
@@ -29,11 +29,22 @@ Welcome to the Flutter News App Full Source Code Toolkit. This is more than just
0 commit comments