csirt-global / website

2 stars 1 forks source link

Bug: team member images stretch vertically on wide screens #19

Closed ketumbra closed 9 months ago

ketumbra commented 9 months ago

When the viewport is wider than 1280px, the class xl:h-56 comes into play, setting the height to 14rem. While the width is also adjusted the same, it appears that a rem is not equal in height as width. Setting height to 12rem appears to be correct.