Open jackahl opened 2 months ago
Currently a <div> element is used for the image description in the image gallery. This should probably be <p>. We should also evaluate using <figcaption> there if possible.
<div>
<p>
<figcaption>
Currently a
<div>
element is used for the image description in the image gallery. This should probably be<p>
. We should also evaluate using<figcaption>
there if possible.