79314288

Date: 2024-12-28 17:54:52
Score: 3.5
Natty:
Report link

The issue is caused by the excessive margin-top: 600px !important on the footer and overflow: hidden in the @media (max-width: 768px) styles. Removing the margin and the overflow: hidden property fixes it. Also, avoid overusing !important, as it makes CSS harder to maintain. See the attached screenshot mobile screenshot

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @media
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bridget Amana