Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilt committed May 29, 2018
1 parent 2df95f2 commit 8376079
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
padding-left: 48px;
background-repeat: no-repeat;
background-size: 24px 24px;
background-position: left top;
background-position: left 3px;
max-width: 800px;
}

@media (max-width: 600px) {
.CompletedResultsList__container {
padding-left: 30px;
background-size: 20px 20px;
background-position: left 5px;
}
}

Expand Down

0 comments on commit 8376079

Please sign in to comment.