feat: Implement responsive styling for various screen sizes and refactor the main todo list container class.
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m29s
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m29s
This commit is contained in:
@@ -73,7 +73,7 @@ const TodoList = () => {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="app-container">
|
||||
<div className="todo-wrapper">
|
||||
<h1 className="title">Tasks</h1>
|
||||
|
||||
<form className="todo-form" onSubmit={handleCreate}>
|
||||
|
||||
Reference in New Issue
Block a user