-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Describe the bug
Media query syntax invalid in 2 places. This causes issues with two different screensizes, showing the wrong background colors (white) above / behind the Navigation, Page Tools, and Wiki tools menus.
To Reproduce
Steps to reproduce the behavior:
- Run through CSS validator
Problem code
(max-width: 768p)
should be(max-width: 768px)(mix: 851px)
should be(min-width: 851px)(min-width: 900)
should be(min-width: 900px)#FF333;
should be#FF3333;
Expected behavior
Code validates
Metadata
Metadata
Assignees
Labels
No labels