cbillowes/curious-programmer-oxygen

View on GitHub
src/components/About/About.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#post-listing.page-container {
Severity: Minor
Found in src/components/About/About.css by csslint

Using height with border can sometimes make elements larger than you expect.
Open

    border: solid 15px #21252988;
Severity: Minor
Found in src/components/About/About.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

    border: solid 15px #21252988;
Severity: Minor
Found in src/components/About/About.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 1em;
Severity: Minor
Found in src/components/About/About.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding-top: 0px;
Severity: Minor
Found in src/components/About/About.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.page-container {
Severity: Minor
Found in src/components/About/About.css by csslint

Heading (h1) should not be qualified.
Open

.bio h1 {
Severity: Minor
Found in src/components/About/About.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.photo {
Severity: Minor
Found in src/components/About/About.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.bio {
Severity: Minor
Found in src/components/About/About.css by csslint

There are no issues that match your filters.

Category
Status