aemsites / 888de

Apache License 2.0
0 stars 0 forks source link

Animated down arrow in home page #177

Closed helms-charity closed 3 months ago

helms-charity commented 3 months ago

I missed this requirement of a bouncing arrow -- shows up in Mobile for the Carousel. Also, it appears to act as an anchor link to the bottom of the carousel slides.

@media only screen and (max-width: 640px) and (orientation: portrait) .arrow-mobile-v2 { display: block; position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 9; }

image