diff --git a/src/pages/ArtDescription.jsx b/src/pages/ArtDescription.jsx index 63faa50..834d417 100644 --- a/src/pages/ArtDescription.jsx +++ b/src/pages/ArtDescription.jsx @@ -19,7 +19,7 @@ const ArtDescription = () => { // } return ( -
+
{ objectFit="cover" width="100%" height="100%" + className="shadow-lg rounded-lg" />
- - -

{artItem.name}

-

by {artItem.artist}

+ + +
+

+ {artItem.name} +

+

by {artItem.artist}

+
- -

{artItem.description}

-

Year: {artItem.date}

-

Style: {artItem.style}

-

Dimensions: {artItem.dimensions}

-

Location: {artItem.location}

+ +
{artItem.description}
+
+
+ Year: {artItem.date} +
+
+ Style: {artItem.style} +
+
+ Dimensions:{' '} + {artItem.dimensions} +
+
+ Location:{' '} + {artItem.location} +
+