Fixed z-index for H1 on Products page

This commit is contained in:
Thomas Smith 2022-10-20 15:56:52 -04:00
parent f8691e4629
commit 20b1295bf7

View file

@ -7,7 +7,7 @@
<div class="container product-container" lang="en"> <div class="container product-container" lang="en">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
<h1>Products</h1> <h1 style="position:relative; z-index:3;">Products</h1>
<div class="lead-container"> <div class="lead-container">
<p class="lead animated-5 animatedFadeInUp fadeInUp">Just like the perfect cup or tea, greatness needs time to steep. But the wait is over… its time to take your first sip.</p> <p class="lead animated-5 animatedFadeInUp fadeInUp">Just like the perfect cup or tea, greatness needs time to steep. But the wait is over… its time to take your first sip.</p>
</div> </div>