Skip to content

Commit

Permalink
v1.0.6 results images display fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruralant committed Oct 3, 2016
1 parent 9aee227 commit 38dc660
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ nav ul {
text-align: center;
}

#results-page.card {
#results-page .card {
height: 250px;
opacity: 1;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
Expand Down Expand Up @@ -141,10 +142,6 @@ font-weight: 300;
margin-bottom: 3rem;
}

#results-cards {
height: 250px;
}

#buddy-page {
margin: auto;
text-align: center;
Expand Down

0 comments on commit 38dc660

Please sign in to comment.