Skip to content

Commit 05366c8

Browse files
add padding to lists on home page
1 parent b6732cb commit 05366c8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/components/SingleList.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
display: flex;
44
flex-direction: row;
55
font-size: 1.2em;
6+
padding: 0.05em;
67
}
78

89
.SingleList-label {

src/views/Home.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ export function Home({ data, setListPath, userId, userEmail }) {
3434

3535
return (
3636
<div className="Home">
37-
<p>
38-
Hello from the home (<code>/</code>) page!
39-
</p>
4037
<form id="list-form" onSubmit={handleSubmit}>
4138
<TextInputElement
4239
key="list-name"

0 commit comments

Comments
 (0)