Browse Source

fix: add padding

imwald
codytseng 1 year ago
parent
commit
5b7a449938
  1. 2
      src/components/NoteList/index.tsx

2
src/components/NoteList/index.tsx

@ -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…
Cancel
Save