NERDDISCO commited on
Commit
71e2514
β€’
1 Parent(s): ff8da98

refactor: center the content

Browse files
Files changed (1) hide show
  1. src/components/getting-started.tsx +2 -2
src/components/getting-started.tsx CHANGED
@@ -24,8 +24,8 @@ import { HighlightBox } from "./base/boxes";
24
  export default function GettingStarted() {
25
  return (
26
  <>
27
- <Grid container spacing={2}>
28
- <Grid item sm={8} lg={6} sx={{ justifyContent: "center" }}>
29
  <Paper sx={{ p: 2 }}>
30
  <List disablePadding>
31
  <ListSubheader sx={{ fontSize: "1.5em" }}>Features</ListSubheader>
 
24
  export default function GettingStarted() {
25
  return (
26
  <>
27
+ <Grid container spacing={2} sx={{ justifyContent: "center" }}>
28
+ <Grid item sm={8} lg={6}>
29
  <Paper sx={{ p: 2 }}>
30
  <List disablePadding>
31
  <ListSubheader sx={{ fontSize: "1.5em" }}>Features</ListSubheader>