fix desktop layout with portrait image

This commit is contained in:
Chuck Dries 2022-07-09 17:27:27 -07:00
parent d81401861a
commit 8c8423f4d4
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

@ -209,7 +209,7 @@ const GalleryImage = ({ data, pageContext }) => {
style={{ width: 30 }}
></div>
}
<div className="">
<div className="flex flex-col items-end">
<MetadataItem
data={dateTaken.toLocaleDateString()}
icon={<Calendar />}