Skip to content

Commit

Permalink
(Chore): Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
finnito committed Sep 11, 2020
1 parent 6ff3195 commit ba60f6d
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ h6 {
font-size: 1em;
}

/*p {
margin-top: 0;
}*/

li h4 {
margin-bottom: 0;
}
Expand Down Expand Up @@ -334,7 +330,7 @@ ul.logs li {

ul.logs li:hover,
ul.logs li:active {
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

ul.logs li span.strong {
Expand Down

0 comments on commit ba60f6d

Please sign in to comment.