summaryrefslogtreecommitdiff
path: root/src/components/Schedule.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Schedule.tsx')
-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 ef72769..08b10e2 100644
--- a/src/components/Schedule.tsx
+++ b/src/components/Schedule.tsx
@@ -1,3 +1,4 @@
+import React from 'react';
import { Container, Paper } from '@mui/material';
import PlaceIcon from '@mui/icons-material/Place';
@@ -6,8 +7,7 @@ function Schedule() {
<Container
maxWidth="md"
style={{
- height: '80vh',
- marginTop: 80,
+ top: '1800',
display: 'flex',
justifyContent: 'center',
}}