Skip to content

Commit 72a9e97

Browse files
feat: widen documentation layout for better screen utilization
- Increase container max-width from 900px to 1200px (33% wider) - Expand description max-width from 600px to 800px - Improve readability and reduce cramped appearance - Better accommodate wide configuration tables - Maintain mobile responsiveness on smaller screens Makes better use of modern screen sizes while preserving the glassmorphism design and responsive behavior.
1 parent 2e83a68 commit 72a9e97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/docs/[slug]/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252
5353
.container {
54-
max-width: 900px;
54+
max-width: 1200px;
5555
margin: 0 auto;
5656
padding: 0 var(--spacing-md);
5757
}
@@ -94,7 +94,7 @@
9494
color: rgba(255, 255, 255, 0.85);
9595
font-size: 1.1rem;
9696
margin-bottom: var(--spacing-lg);
97-
max-width: 600px;
97+
max-width: 800px;
9898
margin-left: auto;
9999
margin-right: auto;
100100
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

0 commit comments

Comments
 (0)