Skip to content

Commit a38a8e9

Browse files
v2 Patch 1
some styles
1 parent 58aeb1f commit a38a8e9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function App() {
3434

3535
return (
3636
<div className="app">
37-
<h1 className="title" >Tasker App</h1>
37+
<h1 className="title" >Niyoga</h1>
3838
<TaskList tasks={tasks} deleteTaskById={deleteTaskById} />
3939
<TaskCreate onCreate={createTask} />
4040
</div>

src/styles/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,10 @@
145145
transform-origin: center center;
146146
width: 20px;
147147
z-index: 10
148+
}
149+
150+
.subtitle {
151+
position: absolute;
152+
left: 12%;
153+
font-size: 22px;
148154
}

0 commit comments

Comments
 (0)