We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33ffaa3 + 99c5789 commit 5226835Copy full SHA for 5226835
packages/site/src/routes/+layout.svelte
@@ -136,7 +136,8 @@
136
? 'demo-drawer-adjust'
137
: 'hide-initial-small'}"
138
>
139
- <Content>
+ <!-- 22px padding to offset the space taken by Glory to Ukraine message -->
140
+ <Content style="padding-bottom: 22px;">
141
<List>
142
{#each sections as section (section.name)}
143
{#if 'separator' in section}
packages/site/svelte.config.js
@@ -32,10 +32,6 @@ const config = {
32
kit: {
33
adapter: staticAdapter(),
34
35
- // prerender: {
36
- // default: true,
37
- // },
38
-
39
trailingSlash: 'ignore',
40
},
41
};
0 commit comments