Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
adjust styling
Browse files Browse the repository at this point in the history
  • Loading branch information
katiegoines committed Jun 26, 2024
1 parent 237ec88 commit 2e52f44
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,8 @@ export default function Home(data: {

return (
<MetaLayout metaInfo={metaInfo}>
<Banner
columnStart={{
base: 2,
small: 2,
medium: 2,
large: 2,
}}
/>
<View columnStart={{ base: "1", small: "1", medium: "1", large: "2" }}>
<Banner />
<View
columnStart="2"
marginTop={{ base: "0px", small: "0px", medium: "0px", large: "64px" }}
Expand Down Expand Up @@ -110,6 +104,7 @@ export default function Home(data: {
</Button>
</View>
</ActionLayout>
</View>
</MetaLayout>
);
}
Expand Down

0 comments on commit 2e52f44

Please sign in to comment.