Skip to content

Commit a3fe9a2

Browse files
authored
Update NoteList.jsx
1 parent b3636d7 commit a3fe9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Notes/NoteList.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const NoteList = ({ userId }) => {
203203
transition={{ duration: 0.5 }}
204204
className="w-full min-h-screen p-2 sm:p-4 md:p-6 lg:p-8"
205205
>
206-
<div className="max-w-7xl mx-auto">
206+
<div className="max-w-7xl md:px-1 mx-auto">
207207
<CardHeader className="px-0">
208208
<CardTitle className="text-2xl sm:text-3xl md:text-4xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-primary to-secondary">
209209
{authState.isLoggedIn ? `${authState.userName}'s Notes` : "Your Notes"}

0 commit comments

Comments
 (0)