Skip to content

Commit

Permalink
Merge pull request #1303 from appwrite/fix-layout-margins
Browse files Browse the repository at this point in the history
fix: layout margin
  • Loading branch information
TorstenDittmann authored Sep 3, 2024
2 parents 05f4c4a + f2ba41b commit 8b3ebc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/layouts/Docs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
export let isReferences = false;
const variantClasses: Record<DocsLayoutVariant, string> = {
default: 'web-grid-side-nav max-w-[90rem] !px-0',
default: 'web-grid-side-nav max-w-[90rem] mx-auto',
expanded: 'web-grid-huge-navs',
'two-side-navs': 'web-grid-two-side-navs'
};
Expand Down

0 comments on commit 8b3ebc3

Please sign in to comment.