Merge branch 'release/3.5.1'

This commit is contained in:
Nathan Chapman 2023-08-02 12:15:37 -06:00
commit 10e4af2a7b

View File

@ -514,7 +514,7 @@ section:not(:last-child) {
top: 0;
left: 0;
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
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_merch.jpg);
background-image: url(/static/images/banner_sizes.jpg);
position: absolute;
animation: slide-in-image-2 var(--total-duration) 3s
cubic-bezier(0.54, 0.12, 0.44, 1) infinite;