Skip to content

Commit

Permalink
fix(TripPlanner/ui): Decrease padding on the input form for tiny screens
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson committed Jan 9, 2025
1 parent fdfa163 commit a56c59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotcom_web/components/trip_planner/input_form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule DotcomWeb.Components.TripPlanner.InputForm do

def input_form(assigns) do
~H"""
<section class={["rounded px-xl py-lg lg:px-2xl lg:py-xl bg-charcoal-90", @class]}>
<section class={["rounded px-2 py-3 sm:px-8 sm:py-6 lg:px-12 lg:py-8 bg-charcoal-90", @class]}>
<.form
:let={f}
class="md:grid md:grid-cols-2 gap-x-8 gap-y-2"
Expand Down

0 comments on commit a56c59d

Please sign in to comment.