Skip to content

Commit 1922b90

Browse files
committed
fix: align Powered by WebContainers to the bottom
1 parent 829acef commit 1922b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/astro/src/default/components/TutorialContent.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { lesson } = Astro.props;
1111
const { Markdown, editPageLink, prev, next } = lesson;
1212
---
1313

14-
<div class="h-full overflow-auto scrollbar-transparent p-6 sm:p-8">
14+
<div class="flex flex-col h-full overflow-auto scrollbar-transparent p-6 sm:p-8">
1515
<div class="markdown-content text-tk-elements-content-textColor">
1616
<Markdown />
1717
</div>
@@ -40,7 +40,7 @@ const { Markdown, editPageLink, prev, next } = lesson;
4040
</div>
4141

4242
<a
43-
class="inline-block mt-6 font-size-3.5 underline text-tk-elements-link-secondaryColor hover:text-tk-elements-link-secondaryColorHover"
43+
class="inline-block mt-auto font-size-3.5 underline text-tk-elements-link-secondaryColor hover:text-tk-elements-link-secondaryColorHover"
4444
href="https://webcontainers.io/"
4545
>
4646
{lesson.data.i18n!.webcontainerLinkText}

0 commit comments

Comments
 (0)