Skip to content

Commit

Permalink
bonus: corrected submit button style in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Dec 27, 2024
1 parent 83ec910 commit 7351265
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/dotcom_web/components/trip_planner/input_form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,12 @@ defmodule DotcomWeb.Components.TripPlanner.InputForm do
<.icon type="icon-svg" name="icon-accessible-small" class="h-5 w-5" />
</div>
</div>
<div class="col-start-2 justify-self-end">
<.button type="submit" phx-disable-with="Planning your trip...">
<div class="col-start-2 justify-self-end my-sm">
<.button
type="submit"
phx-disable-with="Planning your trip..."
class="w-full justify-center md:w-fit"
>
Get trip suggestions
</.button>
</div>
Expand Down

0 comments on commit 7351265

Please sign in to comment.