summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/Schedule.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Schedule.tsx b/src/components/Schedule.tsx
index d941a18..3ebe446 100644
--- a/src/components/Schedule.tsx
+++ b/src/components/Schedule.tsx
@@ -5,7 +5,7 @@ function Schedule() {
const theme = useTheme();
return (
<Container
- maxWidth="md"
+ maxWidth="sm"
sx={{
display: 'flex',
justifyContent: 'center',
@@ -25,7 +25,7 @@ function Schedule() {
<div
style={{
height: '100%',
- width: '80%',
+ width: '90%',
display: 'flex',
flexDirection: 'column',
justifyContent: 'center',