Skip to content

Commit 8a09cd2

Browse files
committed
style: layout padding for main lg
1 parent 1270e5c commit 8a09cd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
</SidebarDropdownWrapper>
150150
</SidebarGroup>
151151
</Sidebar>
152-
<main class="mx-auto min-w-0 max-w-5xl flex-auto px-8 pb-20 lg:static lg:max-h-full lg:overflow-visible lg:pl-64">
152+
<main class="mx-auto min-w-0 max-w-7xl flex-auto px-8 pb-20 lg:static lg:max-h-full lg:overflow-visible lg:pl-72">
153153
<div id="mainContent">
154154
{@render children()}
155155
</div>

src/routes/forms/input-field/examples/AdvancedUsage.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script>
1+
<script lang="ts">
22
import { Input, Helper } from '$lib';
33
let value = $state();
44
</script>

0 commit comments

Comments
 (0)