Skip to content

fix: broken parallax effect

Resolves #266 (closed)

This change prevents news items from overflowing onto the row with the parallax effect.

It also switches the parallax effect from a JS implementation to a CSS one. The CSS solution is more reliable and doesn't have the positioning miscalculation bug present in the JavaScript version.

You may notice the news has different typography than the other items in the same section. I'll create another issue and MR for that.

Edited by Olivier Goulet

Merge request reports

Loading