We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@media (min-width:0) and (max-width:985px) { #example_selector { margin:0; } }
Becomes:
@media (min-width:0) and (max-width:985px) { #example_selector { margin: 0; } }
Notice the } lost its indentation.
}