Merge branch 'hotfix/3.6.1'
This commit is contained in:
commit
f380094271
@ -514,7 +514,7 @@ section:not(:last-child) {
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
background-image: url(/static/images/banner_shipping.jpg);
|
||||
background-image: url(/static/images/banner_sizes.jpg);
|
||||
animation: slide-out-image-1 var(--total-duration) 3s
|
||||
cubic-bezier(0.54, 0.12, 0.44, 1) infinite;
|
||||
}
|
||||
@ -544,7 +544,7 @@ section:not(:last-child) {
|
||||
.hero-image-2 {
|
||||
top: 0;
|
||||
right: 0;
|
||||
background-image: url(/static/images/banner_sizes.jpg);
|
||||
background-image: url(/static/images/banner_merch.jpg);
|
||||
position: absolute;
|
||||
animation: slide-in-image-2 var(--total-duration) 3s
|
||||
cubic-bezier(0.54, 0.12, 0.44, 1) infinite;
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
<div class="carousel">
|
||||
<div class="carousel__wrapper">
|
||||
<div class="carousel__item hero-image-1">
|
||||
<h1>Free samples now available!</h1>
|
||||
</div>
|
||||
<div class="carousel__item hero-image-2">
|
||||
<h1>Subscribe and save 10%</h1>
|
||||
</div>
|
||||
<div class="carousel__item hero-image-2">
|
||||
<h1>Merchandise now available!</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user