Skip to content

Commit

Permalink
fix space-between problem on home
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Flick committed May 17, 2024
1 parent 1cba9ba commit 3d6d147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/SidebarLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<aside class="px-4 @container lg:h-screen shadow-[0_.5rem_1rem_rgba(0,0,0,.5)] flex flex-col">
<h1 class="flex-none text-3xl"><a href="{base}/">The Beach Atlas</a></h1>
<div
class="flex flex-col justify-between @[600px]:grid @[600px]:grid-cols-[1fr_auto] @[600px]:grid-rows-[auto_1fr] @[600px]:gap-4 flex-1 overflow-auto"
class="flex flex-col @[600px]:grid @[600px]:grid-cols-[1fr_auto] @[600px]:grid-rows-[auto_1fr] @[600px]:gap-4 flex-1 overflow-auto"
>
<slot name="sidebar"></slot>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ and morbid.</p>`
</li>
</ul>
</section>
<section class="mt-2 lg:mt-6">
<section class="mt-2 lg:mt-6 flex-grow">
<h2 class="h2 my-2 lg:my-4">explore by topic</h2>
<ul>
<li class="my-2"><a href="{base}/topic/death" class="btn variant-ringed">death</a></li>
Expand Down

0 comments on commit 3d6d147

Please sign in to comment.