mirror of
https://github.com/ivabus/www
synced 2024-11-22 18:55:06 +03:00
Fixed z-index for H1 on Products page
This commit is contained in:
parent
f8691e4629
commit
20b1295bf7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<div class="container product-container" lang="en">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h1>Products</h1>
|
||||
<h1 style="position:relative; z-index:3;">Products</h1>
|
||||
<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… it’s time to take your first sip.</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue