79130989

Date: 2024-10-27 16:26:20
Score: 0.5
Natty:
Report link

This is the correct syntax for combining min-width and max-width using "and". Let me know if this doesn't fix the issue.

    '@media screen and (min-width: 481px) and (max-width: 768px)': {
      backgroundAttachment: 'scroll',  
      backgroundSize: 'cover', 
    },
    
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Parmesh