summaryrefslogtreecommitdiff
path: root/client/src/components
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-05-17 16:00:32 -0700
committerMichael Hunteman <michael@huntm.net>2024-05-17 16:00:32 -0700
commit3ccf30472efb9a8b1b9ff0af48785e8f0a9614f2 (patch)
treecad8e37646ac10ca28acf2bc66e6b02207f4b5d3 /client/src/components
parent7103019890960e793deefb64987a09b33be60b42 (diff)
Add padding to schedule paper
Diffstat (limited to 'client/src/components')
-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',