Skip to content

Commit

Permalink
design: 패딩값 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
jiohjung98 committed May 26, 2024
1 parent 9083ee2 commit de68434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/map/OfficeInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const OfficeInfo: React.FC<OfficeInfoProps> = ({ branchName, branchAddress }) =>
<div className="w-full h-px bg-neutral-200" />
<div className="px-4 py-6">
<div className="text-black/opacity-20 text-lg font-extrabold py-[10px]">편의시설</div>
<div className="grid grid-cols-4 gap-4">
<div className="flex flex-col items-center py-[10px]">
<div className="grid grid-cols-4 gap-4 py-[10px]">
<div className="flex flex-col items-center">
<Image src="/map/LoungeImg.svg" alt="LoungeImg" width={12} height={16} className="w-[40px] h-[40px] my-auto"/>
<p className="mt-2">라운지</p>
</div>
Expand Down

0 comments on commit de68434

Please sign in to comment.