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 b3636d7 commit a3fe9a2Copy full SHA for a3fe9a2
src/Components/Notes/NoteList.jsx
@@ -203,7 +203,7 @@ const NoteList = ({ userId }) => {
203
transition={{ duration: 0.5 }}
204
className="w-full min-h-screen p-2 sm:p-4 md:p-6 lg:p-8"
205
>
206
- <div className="max-w-7xl mx-auto">
+ <div className="max-w-7xl md:px-1 mx-auto">
207
<CardHeader className="px-0">
208
<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">
209
{authState.isLoggedIn ? `${authState.userName}'s Notes` : "Your Notes"}
0 commit comments