Skip to content

Commit

Permalink
style: lowered max width for homepage content
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitgrace committed Nov 25, 2024
1 parent e63d76e commit ce573fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/pages/home/recent_posts.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</script>

<div
class="fixed top-[3.75rem] flex h-[calc(100dvh-3.75rem)] w-80 flex-col gap-4 overflow-y-scroll p-4 scrollbar-none"
class="fixed top-[3.75rem] flex h-[calc(100dvh-3.75rem)] w-72 flex-col gap-4 overflow-y-scroll p-4 scrollbar-none"
>
<h2 class="font-semibold">Recent Posts</h2>
<div class="flex flex-col gap-4">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>Quibble - Delve into real conversations.</title>
</svelte:head>

<div class="mx-auto flex flex-1 xl:max-w-6xl">
<div class="mx-auto flex flex-1 xl:max-w-5xl">
<div class="flex h-max flex-1 flex-col gap-4 p-4">
<PostsHeader />
<div class="flex flex-1 flex-col gap-4">
Expand Down

0 comments on commit ce573fe

Please sign in to comment.