Skip to content

Commit a57563c

Browse files
committed
refactor: adjust layout spacing in DashboardLive
- Increased vertical spacing in the main container for improved visual hierarchy. - Reduced margin in the bounties section to enhance layout consistency and readability.
1 parent 0887395 commit a57563c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/algora_web/live/org/dashboard_live.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
104104
def render(assigns) do
105105
~H"""
106106
<div class="lg:pr-96">
107-
<div class="container mx-auto max-w-7xl space-y-8 p-8">
107+
<div class="container mx-auto max-w-7xl space-y-8 lg:space-y-16 p-8">
108108
<.section :if={@payable_bounties != %{}}>
109109
<.card>
110110
<.card_header>
@@ -255,7 +255,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
255255
</.section>
256256
257257
<div id="bounties-container" phx-hook="InfiniteScroll">
258-
<div class="mb-6">
258+
<div class="mb-2">
259259
<div class="flex flex-wrap items-start justify-between gap-4 lg:flex-nowrap">
260260
<div>
261261
<h2 class="text-2xl font-bold dark:text-white">Bounties</h2>

0 commit comments

Comments
 (0)