Skip to content

Commit

Permalink
ui: Increase trip-planner map size on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson committed Dec 18, 2024
1 parent d49b6d1 commit 532cd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotcom_web/live/trip_planner.ex
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ defmodule DotcomWeb.Live.TripPlanner do
id="trip-planner-map"
class={[
"md:order-last",
"h-64 md:h-96 w-full",
"h-64 md:h-[32rem] w-full",
@results.itinerary_group_selection == nil && "hidden md:block",
@results.itinerary_group_selection != nil && "block"
]}
Expand Down

0 comments on commit 532cd90

Please sign in to comment.