Skip to content

Commit

Permalink
update home page
Browse files Browse the repository at this point in the history
  • Loading branch information
salahlalami committed Jan 26, 2022
1 parent 2601a07 commit 54cad49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Home: NextPage = () => {
return (
<div>
<Head>
<title>Create Next App</title>
<title>Generic CRUD with Apollo Graphql Server Next.js and Mongodb Starter</title>
<meta name="description" content="Generated by create next app" />
<link rel="icon" href="/favicon.ico" />
</Head>
Expand All @@ -22,11 +22,11 @@ const Home: NextPage = () => {
borderRadius: '10px',
width: '1100px',
maxWidth: '100%',
height: '600px',
margin: '50px auto',
height: '462px',
margin: '100px auto',
}}
>
<Image src={background} width={'1100'} height={800} />
<Image src={background} width={'1100'} height={462} />
</div>
</main>
</div>
Expand Down
Binary file modified styles/images/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 54cad49

Please sign in to comment.