summaryrefslogtreecommitdiff
path: root/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'client/src')
-rw-r--r--client/src/components/Schedule.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/components/Schedule.tsx b/client/src/components/Schedule.tsx
index 808499c..c338ae3 100644
--- a/client/src/components/Schedule.tsx
+++ b/client/src/components/Schedule.tsx
@@ -15,6 +15,7 @@ function Schedule() {
elevation={3}
sx={{
mt: 8,
+ px: 2,
height: '100%',
width: '100%',
display: 'flex',
@@ -25,7 +26,7 @@ function Schedule() {
<div
style={{
height: '100%',
- width: '90%',
+ width: '100%',
display: 'flex',
flexDirection: 'column',
justifyContent: 'center',