Skip to content

Commit 8ebb71b

Browse files
authored
fix page width (#112)
1 parent 8592291 commit 8ebb71b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/svelte.dev/src/routes/docs/[...path]/+layout.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
padding: var(--sk-page-padding-top) calc(var(--sidebar-width) + var(--sk-page-padding-side));
9191
margin: 0 auto;
9292
box-sizing: content-box;
93+
width: 100%;
9394
}
9495
}
9596
</style>

0 commit comments

Comments
 (0)