Skip to content

Commit

Permalink
Fixed stylelint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloRoque committed Mar 30, 2020
1 parent 607810b commit 3fe98a8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,19 @@ header nav a:hover {
width: 4rem;
}

.sub-con-ab h2 {
color: #fff;
font-weight: 400;
margin: 0 0 2rem 0;
font-size: 2rem;
}

.search-results-section h2 {
color: #6f6a68;
font-weight: 600;
margin: 5rem 0 3rem 0;
}

.steps-section .step h2 {
font-size: 2.5rem;
}
Expand Down Expand Up @@ -761,13 +774,6 @@ header nav a:hover {
width: 30rem;
}

.sub-con-ab h2 {
color: #fff;
font-weight: 400;
margin: 0 0 2rem 0;
font-size: 2rem;
}

.sub-con-ab .red-text {
color: #d45749;
text-decoration: none;
Expand Down Expand Up @@ -888,12 +894,6 @@ header nav a:hover {
text-align: center;
}

.search-results-section h2 {
color: #6f6a68;
font-weight: 600;
margin: 5rem 0 3rem 0;
}

.info-div {
margin: 12rem 5rem 1rem 5rem;
padding: 2rem 1.5rem 1rem 1.5rem;
Expand Down

0 comments on commit 3fe98a8

Please sign in to comment.