astro-tractstack 2.0.0-rc.35 → 2.0.0-rc.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -53,7 +53,7 @@ try {
|
|
|
53
53
|
---
|
|
54
54
|
|
|
55
55
|
<Layout title={title} slug="storykeep" isStoryKeep={true}>
|
|
56
|
-
<main id="main-content" class="min-h-screen w-full">
|
|
56
|
+
<main id="main-content" class="relative min-h-screen w-full">
|
|
57
57
|
<StoryKeepBackdrop brandConfig={brandConfig} />
|
|
58
58
|
<div class="max-w-5xl p-3.5 md:p-8">
|
|
59
59
|
<StoryKeepDashboard
|
|
@@ -42,7 +42,7 @@ try {
|
|
|
42
42
|
---
|
|
43
43
|
|
|
44
44
|
<Layout title={title} slug="storykeep" isStoryKeep={true}>
|
|
45
|
-
<main id="main-content" class="min-h-screen w-full">
|
|
45
|
+
<main id="main-content" class="relative min-h-screen w-full">
|
|
46
46
|
<StoryKeepBackdrop brandConfig={brandConfig} />
|
|
47
47
|
<div class="max-w-5xl p-3.5 md:p-8">
|
|
48
48
|
<BrandingPageWrapper
|
|
@@ -49,7 +49,7 @@ try {
|
|
|
49
49
|
---
|
|
50
50
|
|
|
51
51
|
<Layout title={title} slug="storykeep" isStoryKeep={true}>
|
|
52
|
-
<main id="main-content" class="min-h-screen w-full">
|
|
52
|
+
<main id="main-content" class="relative min-h-screen w-full">
|
|
53
53
|
<StoryKeepBackdrop brandConfig={brandConfig} />
|
|
54
54
|
<div class="max-w-5xl p-3.5 md:p-8">
|
|
55
55
|
<StoryKeepDashboard
|