Merge branch 'release/3.5.1'
This commit is contained in:
commit
10e4af2a7b
@ -514,7 +514,7 @@ section:not(:last-child) {
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-image: url(/static/images/banner_sizes.jpg);
|
background-image: url(/static/images/banner_shipping.jpg);
|
||||||
animation: slide-out-image-1 var(--total-duration) 3s
|
animation: slide-out-image-1 var(--total-duration) 3s
|
||||||
cubic-bezier(0.54, 0.12, 0.44, 1) infinite;
|
cubic-bezier(0.54, 0.12, 0.44, 1) infinite;
|
||||||
}
|
}
|
||||||
@ -544,7 +544,7 @@ section:not(:last-child) {
|
|||||||
.hero-image-2 {
|
.hero-image-2 {
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
background-image: url(/static/images/banner_merch.jpg);
|
background-image: url(/static/images/banner_sizes.jpg);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
animation: slide-in-image-2 var(--total-duration) 3s
|
animation: slide-in-image-2 var(--total-duration) 3s
|
||||||
cubic-bezier(0.54, 0.12, 0.44, 1) infinite;
|
cubic-bezier(0.54, 0.12, 0.44, 1) infinite;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user