Covers go at the top of the data.

This commit is contained in:
2023-08-13 19:30:02 -05:00
parent 85974ded71
commit 1e6cb2a055

View File

@ -206,7 +206,7 @@ while ($row = $series->fetchArray()) {
<!-- Product section-->
<section class="py-5">
<div class="container px-4 px-lg-5 my-5">
<div class="row gx-4 gx-lg-5 align-items-center">
<div class="row gx-4 gx-lg-5 align-items-top">
<div class="col-md-6"><img class="card-img-top mb-5 mb-md-0" src="images/<?php echo $row_id.'.jpg' ?>" alt="<?php echo $row_title; ?>" title="<?php echo $row_title; ?>" /></div>
<div class="col-md-6">
<div class="small mb-1"><?php echo 'Item Record '.$ItemID; ?></div>