Skip to content

Commit f9bdca7

Browse files
committed
fix(docs): improve layout consistency for documentation cards
- Wrap API Server card in a CardGrid component - Add spacing above the card for better visual separation - Close the CardGrid before the "Choose Your Path" section to avoid layout issues
1 parent 28d1f57 commit f9bdca7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Welcome to the Flutter News App Full Source Code Toolkit. This is more than just
7575
</a>
7676
</div>
7777
</Card>
78+
</CardGrid>
79+
<div style={{ marginTop: '1rem' }}>
7880
<Card title="API Server" icon="cloud">
7981
A high-performance backend built with Dart Frog, providing robust APIs for
8082
authentication, data management, and remote configuration.
@@ -94,7 +96,7 @@ Welcome to the Flutter News App Full Source Code Toolkit. This is more than just
9496
</a>
9597
</div>
9698
</Card>
97-
</CardGrid>
99+
</div>
98100

99101
## Choose Your Path
100102

0 commit comments

Comments
 (0)