-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels