Skip to content

Commit

Permalink
fix: reduce homepage container margins to make mobile design less squ…
Browse files Browse the repository at this point in the history
…ished (#126)

Co-authored-by: nirjankhadka <[email protected]>
  • Loading branch information
nirjan-dev and nirjankhadka authored Jan 20, 2024
1 parent c6bdfa6 commit 7edb988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ash_hq_web/pages/home.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule AshHqWeb.Pages.Home do
def render(assigns) do
~F"""
<div class="antialiased">
<div class="my-2 mx-16 dark:bg-base-dark-850 flex flex-col items-center pt-4 md:pt-12">
<div class="my-2 mx-2 dark:bg-base-dark-850 flex flex-col items-center pt-4 md:pt-12">
<div class="flex flex-col">
<img class="h-64" src="/images/ash-logo-side.svg">
</div>
Expand Down

0 comments on commit 7edb988

Please sign in to comment.