diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/components/GuestLogin.tsx | 2 | ||||
-rw-r--r-- | client/src/components/RsvpForm.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/components/GuestLogin.tsx b/client/src/components/GuestLogin.tsx index c5eae75..32245fc 100644 --- a/client/src/components/GuestLogin.tsx +++ b/client/src/components/GuestLogin.tsx @@ -46,9 +46,9 @@ function GuestLogin() { > <div style={{ + width: '90%', display: 'flex', justifyContent: 'center', - width: '90%', }} > <div diff --git a/client/src/components/RsvpForm.tsx b/client/src/components/RsvpForm.tsx index 47e8215..10c2205 100644 --- a/client/src/components/RsvpForm.tsx +++ b/client/src/components/RsvpForm.tsx @@ -116,7 +116,7 @@ function RsvpForm() { justifyContent: 'center', }} > - <Grid container spacing={2} sx={{ width: 600, mt: 16 }}> + <Grid container spacing={2} sx={{ width: 600, mt: { xs: 8, md: 16 } }}> <Grid item xs={12}> <p> Please RSVP for the wedding by March 10, 2025. The ceremony will |