Skip to content

Commit

Permalink
Increased size of partner logo images and centered them horizontally.
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahW91 committed Jul 12, 2021
1 parent 295d527 commit 24c7698
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/assets/stylesheets/framework_and_overrides.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -445,10 +445,11 @@ div#ngs_run_results_wrapper div.dataTables_length {
}

.partner_logo {
height: 50px;
height: 70px;
margin: auto;
}

img{
img {
max-width: 100%;
max-height: 100%;
display: block; /* remove extra space below image */
Expand Down

0 comments on commit 24c7698

Please sign in to comment.