8000
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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are a few instances of directly styling all elements when you should probably use a class for example:
section:before { display: block; content: ""; height: 60px; margin: -60px 0 0; }
...
header { width: 100%; border-top: 4px solid #2CB34A; border-bottom: 1px solid #BABBBD; background-color: #fff; position: fixed; top: 0; z-index: 99999; height: 3.625em; }
Are you open to swapping some of these for class names?
The text was updated successfully, but these errors were encountered:
Totally open to it. All of the CSS was written in crunch mode when launching eRegs so I'm sure it needs a little love.
Sorry, something went wrong.
Ok cool, good to know.
There was an error whi 4B79 le loading. Please reload this page.
No branches or pull requests
There are a few instances of directly styling all elements when you should probably use a class for example:
...
Are you open to swapping some of these for class names?
The text was updated successfully, but these errors were encountered: