summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-05-17 16:14:02 -0700
committerMichael Hunteman <michael@huntm.net>2024-05-17 16:14:02 -0700
commit07c92081b91552e99f02b4c5e3a454a1d4e2d41b (patch)
tree4ecb886f35dd30f3f1563d2e625d873a5217f0c2
parent141d90b13cb6983d77bbde589eb57b1c75775262 (diff)
Change schedule paper margin to match guest login
-rw-r--r--client/src/components/Schedule.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/Schedule.tsx b/client/src/components/Schedule.tsx
index b445502..a8648ed 100644
--- a/client/src/components/Schedule.tsx
+++ b/client/src/components/Schedule.tsx
@@ -14,7 +14,7 @@ function Schedule() {
<Paper
elevation={3}
sx={{
- mt: 8,
+ mt: 10,
px: 2,
height: '100%',
width: '100%',