Skip to content

Commit

Permalink
Merge branch 'main' into 78/staff-page
Browse files Browse the repository at this point in the history
  • Loading branch information
amuratakamitamu authored Oct 25, 2024
2 parents 25d121f + e408ed5 commit 8af5566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const {
/>
</div>
<div
class="relative px-1 md:px-0 z-10 flex flex-col gap-6 w-full md:w-auto grow justify-start min-h-[calc(100svh-24px*2)] mt-6 md:mt-0 md:ml-6"
class="relative px-1 md:px-0 z-10 flex flex-col gap-6 w-full md:w-[calc(100%-(100svh-64px-32px-24px*3)*0.7071-24px*3)] md:min-w-[calc(100%-40vw-24px*3)] grow justify-start min-h-[calc(100svh-24px*2)] mt-6 md:mt-0 md:ml-6"
>
<slot />
<Footer class="mt-auto -mx-1 md:mx-0 justify-self-end" />
Expand Down

0 comments on commit 8af5566

Please sign in to comment.