After correcting cmargin typo to margin, images overflow horizontally inside the article layout.
the issue appears to come from:
combined with the universal selector margins:
Since the image width is already 100%, horizontal margins increase the rendered width beyond the container size.
Possible fixes could include:
- removing image margins
- scoping margins more selectively
- or using a different sizing strategy
I attached a screenshot demonstrating the overflow behavior.

After correcting
cmargintypo tomargin, images overflow horizontally inside the article layout.the issue appears to come from:
combined with the universal selector margins:
Since the image width is already 100%, horizontal margins increase the rendered width beyond the container size.
Possible fixes could include:
I attached a screenshot demonstrating the overflow behavior.