Skip to content

Commit

Permalink
v2 Patch 1
Browse files Browse the repository at this point in the history
some styles
  • Loading branch information
yunusparvezkhan committed May 13, 2023
1 parent 58aeb1f commit a38a8e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function App() {

return (
<div className="app">
<h1 className="title" >Tasker App</h1>
<h1 className="title" >Niyoga</h1>
<TaskList tasks={tasks} deleteTaskById={deleteTaskById} />
<TaskCreate onCreate={createTask} />
</div>
Expand Down
6 changes: 6 additions & 0 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,10 @@
transform-origin: center center;
width: 20px;
z-index: 10
}

.subtitle {
position: absolute;
left: 12%;
font-size: 22px;
}

0 comments on commit a38a8e9

Please sign in to comment.