update download button styles
This commit is contained in:
parent
e040b57de5
commit
eb27ada0f1
@ -159,7 +159,7 @@ const GalleryImage = ({ data, pageContext }) => {
|
|||||||
)}
|
)}
|
||||||
<p className="landscape:mr-2">{meta.Caption}</p>
|
<p className="landscape:mr-2">{meta.Caption}</p>
|
||||||
<a
|
<a
|
||||||
className="inline-block bg-muted-light text-vibrant-dark underline font-serif p-1 my-1 rounded"
|
className="cursor-pointer inline-block bg-muted-light text-vibrant-dark font-serif p-1 my-1 rounded"
|
||||||
download
|
download
|
||||||
href={image.publicURL}
|
href={image.publicURL}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user