Skip to content

Commit

Permalink
slight styling change for mobile button
Browse files Browse the repository at this point in the history
  • Loading branch information
mluo24 committed Oct 14, 2023
1 parent dd93b50 commit ecb2ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Apartment/Info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Info({ landlordId, landlord, contact, address }: Props):
{address && <InfoItem text={`Address: ${address}`} />}
</List>
<Grid container justifyContent="center" spacing={2}>
<Grid item xs={12} md={6}>
<Grid item xs={6} sm={12} md={6}>
{landlord && (
<Link
{...{
Expand All @@ -59,7 +59,7 @@ export default function Info({ landlordId, landlord, contact, address }: Props):
</Link>
)}
</Grid>
<Grid item xs={12} md={6}>
<Grid item xs={6} sm={12} md={6}>
{contact && (
<Link
href={contact}
Expand Down

0 comments on commit ecb2ea0

Please sign in to comment.