We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58aeb1f commit a38a8e9Copy full SHA for a38a8e9
src/App.js
@@ -34,7 +34,7 @@ function App() {
34
35
return (
36
<div className="app">
37
- <h1 className="title" >Tasker App</h1>
+ <h1 className="title" >Niyoga</h1>
38
<TaskList tasks={tasks} deleteTaskById={deleteTaskById} />
39
<TaskCreate onCreate={createTask} />
40
</div>
src/styles/index.css
@@ -145,4 +145,10 @@
145
transform-origin: center center;
146
width: 20px;
147
z-index: 10
148
+}
149
+
150
+.subtitle {
151
+ position: absolute;
152
+ left: 12%;
153
+ font-size: 22px;
154
}
0 commit comments