Add Card components
This commit is contained in:
@@ -56,7 +56,7 @@ export default function Flatastic() {
|
||||
});
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className={style.container}>
|
||||
<h1>Chores</h1>
|
||||
<ul className={style.choreList}>{choresRender}</ul>
|
||||
</div>
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
.container {
|
||||
padding: 1px 100px 30px 100px;
|
||||
}
|
||||
|
||||
.choreList {
|
||||
list-style-type: none;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user