Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
eyekavya committed Mar 22, 2023
1 parent b865555 commit 7910343
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 14 deletions.
214 changes: 214 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"styled-components": "^5.3.9",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down
11 changes: 0 additions & 11 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,3 @@ body {
font-family: "Poppins", sans-serif;
min-height: 100vh;
}

header {
font-size: 1.5rem;
margin: 3rem 0;
}

header {
display: flex;
justify-content: center;
align-items: center;
}
6 changes: 3 additions & 3 deletions src/components/Heading/Heading.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import React from "react";
import { StyledCard } from "./StyledCard";
import { StyledHeading } from "./StyledHeading";

function Heading() {
return (
<StyledCard>
<StyledHeading>
<header>
<h1>Kavya's TO-DO List</h1>
</header>
</StyledCard>
</StyledHeading>
);
}

Expand Down

0 comments on commit 7910343

Please sign in to comment.