fix: add padding
This commit is contained in:
parent
aafa599b69
commit
5b7a449938
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ export default function NoteList({
|
||||||
)}
|
)}
|
||||||
{isPictures ? (
|
{isPictures ? (
|
||||||
<PictureNoteCardMasonry
|
<PictureNoteCardMasonry
|
||||||
className="px-2 sm:px-4"
|
className="px-2 sm:px-4 pt-2"
|
||||||
columnCount={isLargeScreen ? 3 : 2}
|
columnCount={isLargeScreen ? 3 : 2}
|
||||||
events={events}
|
events={events}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue