Hi sultanhassan,
Yeah, you're not alone — Opera can sometimes render things a bit differently, especially with flexbox layouts. Even though it’s Chromium-based like Chrome, there are subtle differences in how it handles certain CSS properties, especially around flex alignment or min-height issues. If your job cards rely heavily on flexbox for layout, it might be worth double-checking that all containers have defined widths and that there’s no unexpected overflow or missing flex-wrap.
It’s also a good idea to inspect the layout in Opera’s DevTools — look for warnings or computed styles that differ from Chrome. Sometimes, small things like auto margins, percentage heights, or even missing vendor prefixes (though rare now) can throw things off. A quick test is to simplify the CSS for one card and see if it behaves — then work your way up.
Regards