Skip to content

Commit

Permalink
Merge pull request #66 from eunji-0623/조혜진
Browse files Browse the repository at this point in the history
  • Loading branch information
MEGUMMY1 authored Jul 29, 2024
2 parents d8bdda4 + 37726c6 commit 520005b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/ActivityDetails/ActivityDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export default function ActivityDetails({ id }: ActivityDetailsProps) {
/>
)}
<div className="flex gap-4 m:block m:relative">
<div className="mb-20 ipad-pro:w-[725px] t:w-full m:w-full m:px-[24px]">
<div className="mb-20 ipad-pro:w-[725px] w-full m:px-[24px]">
<div className="border-t-2 border-var-gray3 dark:border-var-dark4 border-solid pt-10 m:pt-6" />
<div className="flex flex-col gap-4">
<p className="text-nomad-black dark:text-var-gray2 font-bold text-xl">
Expand Down
2 changes: 1 addition & 1 deletion components/ActivityDetails/Map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default function Map({ address }: MapProps) {
</div>
<div
id="map"
className="w-[800px] h-[500px] rounded-2xl ipad-pro:h-[400px] t:w-full t:h-[276px] m:w-full m:h-[450px]"
className="w-full h-[500px] rounded-2xl ipad-pro:h-[400px] t:h-[276px] m:h-[450px]"
/>
<div className="flex gap-1 mt-2 items-center">
<Image
Expand Down

0 comments on commit 520005b

Please sign in to comment.