79745368

Date: 2025-08-25 05:22:42
Score: 1
Natty:
Report link

Your .container has some padding. Now that padding will get applied to all the children of .container. Your usp section is a child of it, so it is not possible to make it take full width of screen, unless you remove the parent (.container) padding, or take the usp section out of the .container entirely. The previous answer does just that in fact.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Affan Ansari