Skip to content

Commit 33ad25f

Browse files
committed
docs: add padding to site nav bar
1 parent 731c838 commit 33ad25f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/site/src/routes/+layout.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@
136136
? 'demo-drawer-adjust'
137137
: 'hide-initial-small'}"
138138
>
139-
<Content>
139+
<!-- 22px padding to offset the space taken by Glory to Ukraine message -->
140+
<Content style="padding-bottom: 22px;">
140141
<List>
141142
{#each sections as section (section.name)}
142143
{#if 'separator' in section}

0 commit comments

Comments
 (0)