Skip to content

Commit f6a55f1

Browse files
Merge pull request Context-Engine-AI#169 from m1rl0k/docs-site
feat: widen documentation layout for better screen utilization
2 parents e5dd89e + 72a9e97 commit f6a55f1

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)