79772246

Date: 2025-09-23 05:43:46
Score: 1
Natty:
Report link

To fix this: Change max-width to width The issue is that you are using max-width instead of width in your CSS.

The max-width property only sets a limit on how wide the image can be, but it doesn't force it to a specific size. Because you've set a fixed height of 165px, the browser is scaling the image's width to maintain its original aspect ratio, making it wider than 117px.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Madusha Prasad