update theme

This commit is contained in:
Tony Volpe
2024-06-17 14:43:43 -04:00
parent d1c54b7919
commit ecc5fbf831
407 changed files with 77891 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<section class="cart-wrapper py-5">
<div class="container">
<div class="row flex-column-reverse flex-md-row-reverse justify-content-between">
<div class="col-md-4">
{{{ content }}}
</div>
<div class="col-md-7">
<div class="mb-5">
{{{ installation }}}
</div>
{{{ addOns }}}
</div>
</div>
</div>
</section>
<style>
.image-wrapper {
width: 25%;
flex-shrink: 0;
flex-grow: 0;
margin-right: 1rem;
}
</style>