Skip to content

Commit

Permalink
margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Levin committed Oct 19, 2024
1 parent edceff1 commit 63b0e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/algground_web/live/pages/live_home_page.ex
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ defmodule AlggroundWeb.LiveHomePage do
def render(assigns) do
~H"""
<div>
<div class="bg-gray-50 py-12 sm:py-6 rounded-lg">
<div class="bg-gray-50 py-6 sm:py-6 rounded-lg">
<div class="mx-auto max-w-2xl px-6 lg:max-w-7xl lg:px-8">
<p class="mx-auto max-w-lg text-pretty text-center font-medium tracking-tight text-gray-400 text-3xl">
<%= @date %>
Expand Down

0 comments on commit 63b0e53

Please sign in to comment.